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
Glu.h
Library
Glu32.lib
DLL
Glu32.dll

See also

gluBeginCurve

gluBeginSurface

gluBeginTrim

gluDeleteNurbsRenderer

gluNurbsCallback

gluNurbsProperty