Any idea if the glaux functions will be part of jogl at some point.
Thanks.
Any idea if the glaux functions will be part of jogl at some point.
Thanks.
If you’ve run across a function that you need, you should fill out an RFE for it.
It’s my understanding that the OpenGL AUX library is pretty obsolete and is superseded by GLU and GLUT, both of which are at least somewhat supported in JOGL. Portions of the C version of GLU have been bound in while other parts are being ported wholesale from C to Java. GLUT has been exposed by porting its C implementation to Java. Not everything is in place yet. As Gregory mentioned, please file an RFE if something is missing.
Some of the examples I was looking at used it. I just used the similar GLUT functions instead to accomplish it. Thanks for your help.
nathan