gluNewNurbsRenderer

create a NURBS object

Signature

gluNewNurbsRenderer( )-> GLUnurbs*
gluNewNurbsRenderer( ) -> <class 'OpenGL.GLU.glunurbs.LP_GLUnurbs'>
Return a new nurbs renderer for the system (dereferences pointer)

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

gluNewNurbsRenderer
OpenGLContext tests/redbook_trim.py Lines: 133
OpenGLContext tests/redbook_surface.py Lines: 94
OpenGLContext tests/redbook_surface_cb.py Lines: 123
OpenGLContext OpenGLContext/scenegraph/nurbs.py Lines: 111, 259
OpenGL-Demo PyOpenGL-Demo/GLUT/molehill.py Lines: 66
OpenGL-Demo PyOpenGL-Demo/proesch/nurbs/nurbs.py Lines: 180