OpenGL man pages
gluQuadricDrawStyle.3glNamegluQuadricDrawStyle - specify the draw style desired for quadrics C Specificationvoid gluQuadricDrawStyle( GLUquadricObj *qobj, GLenum drawStyle ) Parametersqobj Specifies the quadrics object (created with gluNewQuadric). drawStyle Specifies the desired draw style. Valid values are GLU_FILL, GLU_LINE, GLU_SILHOUETTE, and GLU_POINT. DescriptiongluQuadricDrawStyle specifies the draw style for quadrics rendered with qobj. The legal values are as follows: GLU_FILL Quadrics are rendered with polygon primitives. The polygons are drawn in a counterclockwise fashion with respect to their normals (as defined with gluQuadricOrientation). GLU_LINE Quadrics are rendered as a set of lines. GLU_SILHOUETTE Quadrics are rendered as a set of lines, except that edges separating coplanar faces will not be drawn. GLU_POINT Quadrics are rendered as a set of points. See AlsogluNewQuadric, gluQuadricNormals, gluQuadricOrientation, gluQuadricTexture Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |