summaryrefslogtreecommitdiffstats
path: root/src/demos/cg/runtime_ogl
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 22:00:35 +0100
committerMichael Bien <[email protected]>2010-03-27 22:00:35 +0100
commit0d46fa3091e40271ba2247f6c4236cb2358f5151 (patch)
treeb6d574b8d64ed035fc0171cd3925f1b23e311e9c /src/demos/cg/runtime_ogl
parent74335d7a21bfdd0beb489ad3e78f429c69ad98f4 (diff)
modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.
Diffstat (limited to 'src/demos/cg/runtime_ogl')
-rw-r--r--src/demos/cg/runtime_ogl/cgGL_vertex_example.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/cg/runtime_ogl/cgGL_vertex_example.java b/src/demos/cg/runtime_ogl/cgGL_vertex_example.java
index 3a0504f..3579f27 100644
--- a/src/demos/cg/runtime_ogl/cgGL_vertex_example.java
+++ b/src/demos/cg/runtime_ogl/cgGL_vertex_example.java
@@ -33,7 +33,7 @@
package demos.cg.runtime_ogl;
-import com.sun.opengl.cg.*;
+import com.jogamp.opengl.cg.*;
import javax.media.opengl.*;
import javax.media.opengl.awt.*;
import javax.media.opengl.glu.*;