Dear all,
I’m working on a program involving NURBS, and I notice that there seem to be lots of constants that are referred to in general glu literature, that are not defined in GLU.java of JOGL. In particular, many of those relating to gluNurbsProperty, such as GLU_SAMPLING_TOLERANCE. Is this because the underlying implementation relating to these constants is still incomplete? I’ve tried manually inputting some arbitrary constants from a copy of glu.h I have lying around, and don’t appear to be getting the results I’d expect, but this could be due to some other lapse in my understanding; I haven’t tried equivalent code outside JOGL.
Cheers,
Peter