1GLUQUADRICDRAWSTYLE(3G)                                GLUQUADRICDRAWSTYLE(3G)
2
3
4

NAME

6       gluQuadricDrawStyle - specify the draw style desired for quadrics
7
8

C SPECIFICATION

10       void gluQuadricDrawStyle( GLUquadric* quad,
11                                 GLenum draw )
12
13

PARAMETERS

15       quad  Specifies the quadrics object (created with gluNewQuadric).
16
17       draw  Specifies  the  desired  draw  style.  Valid values are GLU_FILL,
18             GLU_LINE, GLU_SILHOUETTE, and GLU_POINT.
19

DESCRIPTION

21       gluQuadricDrawStyle specifies the draw style for quadrics rendered with
22       quad. The legal values are as follows:
23
24       GLU_FILL       Quadrics are rendered with polygon primitives. The poly‐
25                      gons  are  drawn  in  a  counterclockwise  fashion  with
26                      respect    to    their    normals   (as   defined   with
27                      gluQuadricOrientation).
28
29       GLU_LINE       Quadrics are rendered as a set of lines.
30
31       GLU_SILHOUETTE Quadrics are rendered as a set  of  lines,  except  that
32                      edges separating coplanar faces will not be drawn.
33
34       GLU_POINT      Quadrics are rendered as a set of points.
35

SEE ALSO

37       gluNewQuadric(3G),   gluQuadricNormals(3G),  gluQuadricOrientation(3G),
38       gluQuadricTexture(3G)
39
40
41
42                                                       GLUQUADRICDRAWSTYLE(3G)
Impressum