Name
glu.NewQuadric -- create a quadrics object
Synopsis
quad = glu.NewQuadric()
Function
glu.NewQuadric() creates and returns a new quadrics object. This object must be referred to when calling quadrics rendering and control functions.

Quadrics objects are automatically deleted by Hollywood's garbage collector when no longer in use.

Please consult an OpenGL reference manual for more information.

Inputs
none

Results
quad
handle to a new quadrics object

Show TOC