The gluNurbsCallback function defines a callback for a NURBS object.
void gluNurbsCallback(
GLUnurbsObj * nobj,
GLenum which,
void (* fn)( )
);
Use gluNurbsCallback to define a callback to be used by a NURBS object. If the specified callback is already defined, it is replaced. If fn is NULL, then any existing callback is erased.
Windows NT: Use version 3.5 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in glu.h.
Import Library: Link with glu32.lib.
gluErrorString, gluNewNurbsRenderer