Query: gluquadricdrawstyle
OS: osx
Section: 3g
Links: osx man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLUQUADRICDRAWSTYLE(3G) GLUQUADRICDRAWSTYLE(3G)NAMEgluQuadricDrawStyle - specify the draw style desired for quadricsC SPECIFICATIONvoid gluQuadricDrawStyle( GLUquadric* quad, GLenum draw )PARAMETERSquad Specifies the quadrics object (created with gluNewQuadric). draw 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 quad. 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 GLUQUADRICDRAWSTYLE(3G)