gluNewQuadric
[New
- Windows 95, OEM Service Release 2]
The gluNewQuadric function creates a quadric
object.
GLUquadricObj* gluNewQuadric(
void |
|
); |
|
Remarks
The gluNewQuadric function creates and returns
a pointer to a new quadric object. Refer to this object when calling quadric
rendering and control functions. A return value of zero means there is not
enough memory to allocate to the object.
See Also