Manual Reference Pages  - GLUQUADRICDRAWSTYLE (3G)

NAME

gluQuadricDrawStyle - specify the draw style desired for quadrics

CONTENTS

C Specification
Parameters
Description
See Also

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(3G),  gluQuadricNormals(3G),  gluQuadricOrientation(3G),  gluQuadricTexture(3G)
Jump to page    or go to Top of page |  Section 3G |  Main Index.


GLUQUADRICDRAWSTYLE (3G)
Generated by manServer 1.07 from /usr/X11R6/man/man3/gluQuadricDrawStyle.3x.gz using man macros with eqn support.