gluNewQuadric function

The gluNewQuadric function creates a quadric object.

Syntax

GLUquadric* WINAPI gluNewQuadric(void);

Parameters

This function has no parameters.

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.

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

gluCylinder

gluDeleteQuadric

gluDisk

gluPartialDisk

gluQuadricCallback

gluQuadricDrawStyle

gluQuadricNormals

gluQuadricOrientation

gluQuadricTexture

gluSphere