Tao.OpenGl SDK Documentation

Glu.gluNewQuadric Method 

Creates a quadrics object.

[Visual Basic]
Public Shared Function gluNewQuadric() As GLUquadric
[C#]
public static GLUquadric gluNewQuadric();

Return Value

Returns a pointer to a new quadrics object.

Remarks

gluNewQuadric creates and returns a pointer to a new quadrics object. This object must be referred to when calling quadrics rendering and control functions. A return value of 0 means that there is not enough memory to allocate the object.

See Also

Glu Class | Tao.OpenGl Namespace | gluCylinder | gluDeleteQuadric | gluDisk | gluPartialDisk | gluQuadricCallback | gluQuadricDrawStyle | gluQuadricNormals | gluQuadricOrientation | gluQuadricTexture | gluSphere