Glu.NewQuadric (gb.opengl.glu)

Static Function NewQuadric ( ) As GluQuadric

Create a quadrics object.

Description

Glu.NewQuadric 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.DeleteQuadric, Glu.PartialDisk, Glu.QuadricCallback, Glu.QuadricDrawStyle, Glu.QuadricOrientation, Glu.QuadricTexture, Glu.Sphere

See original documentation on OpenGL website