gluNurbsProperty fields
Posted by Hecaton on Sep 05, 2012; 11:21am
URL: https://forum.jogamp.org/gluNurbsProperty-fields-tp4026024.html
Hello there, I'm succesfully using GLUgl2's gluNurbsSurface to draw surfaces and am now trying to get outline patches working but have so far been unable to do so.
I haven't been able to find either of the GLU_DISPLAY_MODE or GLU_OUTLINE_PATCH fields in GLUgl2 or GLU and substituting in their int values -
(glugl2.gluNurbsProperty(nurbsRenderer, 100204, 100240);)
hasn't done anything - my surfaces keep on drawing in fill mode as usual.
Is changing the nurbs display mode not supported or am I doing something wrong?
Thanks, Hecaton.