gluQuadricCallback(GLUquadric obj, GLU_ERROR,NULL)

Hi,

I read a book on OpenGL right now. The examples in the book are written in C and I try to port them to Java.
But I hit on a command to which I can’t find the pendant in the jogl-API.

Does anybody know the jogl-API pendant to the command "gluQuadricCallback(GLUquadric obj, GLU_ERROR,NULL) " of the OpenGL-API for C.

Thanks

These callbacks aren’t exposed right now. Ideally we would port the entire GLU implementation to Java rather than calling down into the C APIs as we currently do. This would make exposing these callbacks easier. Feel free to file an RFE on the Issue Tracking section of the JOGL web page.