mojave man page for gluquadricdrawstyle

Query: gluquadricdrawstyle

OS: mojave

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GLUQUADRICDRAWSTYLE(3G) 												   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 GLU_FILL, GLU_LINE, GLU_SILHOUETTE, and GLU_POINT.
DESCRIPTION
gluQuadricDrawStyle 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 ALSO
gluNewQuadric, gluQuadricNormals, gluQuadricOrientation, gluQuadricTexture GLUQUADRICDRAWSTYLE(3G)
Related Man Pages
gluquadricdrawstyle(3g) - redhat
gluquadricdrawstyle(3g) - centos
glunewquadric(3g) - xfree86
glusphere(3g) - xfree86
glusphere(3g) - suse
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
Controlling user input
Python 3.8.0rc1 released.