From e4f34a8d3f89790b9d25d5c7548b60a9dffdc92b Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 11 Sep 2005 19:07:57 +0000 Subject: Moved GLU-related classes into javax.media.opengl.glu package. Still need to break dependence from GLContext / GLAutoDrawable classes' getGLU() method down into this new package; should make GLU a class rather than an interface and probably make it instantiatable with a target GL object in the constructor. Should also make GLU and GLUT interfaces look similar (i.e., probably accept GL and GLU objects in constructor of GLUT rather than taking them as arguments on each method call). Ignored GLUnurbs data type from glue code generation. Updated demos for new location of GLU. Fixed broken package of Version class. Minor javadoc cleanups. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JSR-231@129 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- src/demos/vertexBufferObject/VertexBufferObject.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/demos/vertexBufferObject/VertexBufferObject.java') diff --git a/src/demos/vertexBufferObject/VertexBufferObject.java b/src/demos/vertexBufferObject/VertexBufferObject.java index 97a5483..f8f9a8d 100644 --- a/src/demos/vertexBufferObject/VertexBufferObject.java +++ b/src/demos/vertexBufferObject/VertexBufferObject.java @@ -40,6 +40,7 @@ import java.util.*; import javax.swing.*; import javax.media.opengl.*; +import javax.media.opengl.glu.*; import com.sun.opengl.utils.*; import com.sun.opengl.utils.*; import demos.common.*; -- cgit v1.2.3