summaryrefslogtreecommitdiffstats
path: root/src/demos/vertexBufferObject/VertexBufferObject.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-28 01:52:29 +0100
committerSven Gothel <[email protected]>2010-03-28 01:52:29 +0100
commitd3e818ea8b7c3f45ed4cfac7b0e7d3bd24f956e5 (patch)
tree6ce99febee12fb7c32967d46310e43faaa0d820c /src/demos/vertexBufferObject/VertexBufferObject.java
parentf9e14975725cd3df3f792260bad9197a08d4a67f (diff)
parent0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff)
Merge branch 'master' of github.com:mbien/jogl-demos
Diffstat (limited to 'src/demos/vertexBufferObject/VertexBufferObject.java')
-rw-r--r--src/demos/vertexBufferObject/VertexBufferObject.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/vertexBufferObject/VertexBufferObject.java b/src/demos/vertexBufferObject/VertexBufferObject.java
index 0bc8b10..9c8bb26 100644
--- a/src/demos/vertexBufferObject/VertexBufferObject.java
+++ b/src/demos/vertexBufferObject/VertexBufferObject.java
@@ -56,8 +56,8 @@ import javax.media.opengl.GLProfile;
import javax.media.opengl.awt.AWTGLAutoDrawable;
import javax.media.opengl.awt.GLCanvas;
import javax.media.opengl.glu.GLU;
-import com.sun.opengl.util.Animator;
-import com.sun.opengl.util.BufferUtil;
+import com.jogamp.opengl.util.Animator;
+import com.jogamp.opengl.util.BufferUtil;
import javax.swing.JOptionPane;