1GLUNEWQUADRIC(3G)                                            GLUNEWQUADRIC(3G)
2
3
4

NAME

6       gluNewQuadric - create a quadrics object
7
8

C SPECIFICATION

10       GLUquadric* gluNewQuadric( void )
11
12

DESCRIPTION

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

SEE ALSO

20       gluCylinder(3G), gluDeleteQuadric(3G), gluDisk(3G), gluPartialDisk(3G),
21       gluQuadricCallback(3G), gluQuadricDrawStyle(3G), gluQuadricNormals(3G),
22       gluQuadricOrientation(3G), gluQuadricTexture(3G), gluSphere(3G)
23
24
25
26                                                             GLUNEWQUADRIC(3G)
Impressum