Name
glu.NewNurbsRenderer -- create a NURBS object
Synopsis
nurb = glu.NewNurbsRenderer()
Function
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.

Inputs
none

Results
nurb
a new NURBS object

Show TOC