Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gluquadricdrawstyle(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



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



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026