Hallo
I wonder where can I find the GLU functions for NURBS ? like gluNurbsProperty, gluNurbsSurface, gluBeginSurface and so.
These routines are not yet available in JOGL. The GLU NURBS library is very heavily callback-based and I think the best way for us to expose the functionality is to port the NURBS code to Java rather than trying to bind to it via the JNI. Most of the other GLU code has already been ported to Java. However the NURBS code is huge and there are no people available on the JOGL development team to work on it. There is a work-in-progress port in the JOGL CVS repository under net.java.games.jogl.impl.nurbs, so if you’re inspired please feel free to pitch in and help with the port. You might find NURBS packages available elsewhere that are amenable to hooking into your application.