1GLUNEWQUADRIC(3G) OpenGL Manual GLUNEWQUADRIC(3G)
2
3
4
6 gluNewQuadric - create a quadrics object
7
9 GLUquadric* gluNewQuadric(
10
12 gluNewQuadric creates and returns a pointer to a new quadrics object.
13 This object must be referred to when calling quadrics rendering and
14 control functions. A return value of 0 means that there is not enough
15 memory to allocate the object.
16
18 gluCylinder(), gluDeleteQuadric(), gluDisk(), gluPartialDisk(),
19 gluQuadricCallback(), gluQuadricDrawStyle(), gluQuadricNormals(),
20 gluQuadricOrientation(), gluQuadricTexture(), gluSphere()
21
23 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
24 under the SGI Free Software B License. For details, see
25 http://oss.sgi.com/projects/FreeB/.
26
28 opengl.org
29
30
31
32opengl.org 07/13/2018 GLUNEWQUADRIC(3G)