ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



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 counter-clockwise counterclockwise
                      clockwise   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(3G), gluQuadricNormals(3G), gluQuadricOrientation(3G), gluQuadricTexture(3G)




                                                                                     GLUQUADRICDRAWSTYLE(3G)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.