summaryrefslogtreecommitdiffstats
path: root/src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-12-30 19:14:53 +0000
committerKenneth Russel <[email protected]>2008-12-30 19:14:53 +0000
commit573668cfbd73f5f12990d0919795bd5286535d49 (patch)
treed57d8f8197317a8e49d073c7bce33949153fd36c /src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java
parent1d405f769aa58c2987c01f5fbbdddca695e8a7e2 (diff)
Moved GLUT into com.sun.opengl.util.gl2 package and renamed to JOGL
1.0 naming convention. Moved associated font classes into same package and made them package-private again to reduce the number of classes in the public API. Updated demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@310 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java')
-rw-r--r--src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java b/src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java
index 699f9de..39fb6cb 100644
--- a/src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java
+++ b/src/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java
@@ -33,7 +33,7 @@
package demos.infiniteShadowVolumes;
-import com.sun.opengl.util.glut.gl2.GLUTgl2;
+import com.sun.opengl.util.gl2.GLUT;
import demos.common.Demo;
import demos.common.DemoListener;
import demos.util.MD2;
@@ -164,7 +164,7 @@ public class InfiniteShadowVolumes extends Demo {
private int curr_view = CAMERA_VIEW;
private GLU glu = new GLU();
- private GLUTgl2 glut = new GLUTgl2();
+ private GLUT glut = new GLUT();
private GLAutoDrawable drawable;
private ExaminerViewer viewer;