nurb = glu.NewNurbsRenderer()
glu.NewNurbsRenderer()
creates and returns a pointer to a new NURBS object. This object must be referred
to when calling NURBS rendering and control functions.
NURBS objects are automatically deleted by Hollywood's garbage collector when no longer in use.
Please consult an OpenGL reference manual for more information.