gluNewNurbsRenderer function
The gluNewNurbsRenderer function creates a Non-Uniform Rational B-Spline (NURBS) object.
Syntax
GLUnurbs* WINAPI gluNewNurbsRenderer(void);
Parameters
This function has no parameters.
Remarks
The gluNewNurbsRenderer function creates and returns a pointer to a new NURBS object. Refer to this object when calling NURBS rendering and control functions. A return value of zero means there is not enough memory to allocate to the object.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Library |
|
DLL |
|