diff options
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r-- | make/glu-common.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg index 3c41dbfdf..679e4aef4 100644 --- a/make/glu-common.cfg +++ b/make/glu-common.cfg @@ -23,12 +23,14 @@ Import javax.media.opengl.* Import javax.media.opengl.glu.* Import com.sun.opengl.impl.* -# GLU needs access to the GLUtesselatorImpl class for GLUtesselator -# and to the Mipmap class for scaling and mipmap generation +# GLU needs access to the GLUtesselatorImpl class for GLUtesselator, +# to the Mipmap class for scaling and mipmap generation, +# and to the nurbs.* package for the NURBS functionality Import com.sun.opengl.impl.tessellator.GLUtessellatorImpl Import com.sun.opengl.impl.error.Error Import com.sun.opengl.impl.mipmap.Mipmap Import com.sun.opengl.impl.registry.Registry +Import com.sun.opengl.impl.nurbs.* Import com.sun.opengl.util.* Import java.security.* |