gluQuadricDrawStyle(3G) OpenGL Reference gluQuadricDrawStyle(3G)
NAME
gluQuadricDrawStyle - specify the draw style desired for quadrics
C SPECIFICATION
void gluQuadricDrawStyle( GLUquadric* quad,
GLenum draw )
PARAMETERS
quad Specifies the quadrics object (created with gluNewQuadric).
draw Specifies the desired draw style. Valid values are GLUFILL,
GLULINE, GLUSILHOUETTE, and GLUPOINT.
DESCRIPTION
gluQuadricDrawStyle specifies the draw style for quadrics rendered with
quad. The legal values are as follows:
GLUFILL Quadrics are rendered with polygon primitives. The
polygons are drawn in a counterclockwise fashion with
respect to their normals (as defined with
gluQuadricOrientation).
GLULINE Quadrics are rendered as a set of lines.
GLUSILHOUETTE Quadrics are rendered as a set of lines, except that edges
separating coplanar faces will not be drawn.
GLUPOINT Quadrics are rendered as a set of points.
SEE ALSO
gluNewQuadric, gluQuadricNormals, gluQuadricOrientation,
gluQuadricTexture
Page 1