1GLUQUADRICNORMALS(3G)                                    GLUQUADRICNORMALS(3G)
2
3
4

NAME

6       gluQuadricNormals  -  specify  what  kind  of  normals  are desired for
7       quadrics
8
9

C SPECIFICATION

11       void gluQuadricNormals( GLUquadric* quad,
12                               GLenum normal )
13
14

PARAMETERS

16       quad    Specifes the quadrics object (created with gluNewQuadric).
17
18       normal  Specifies  the  desired  type  of  normals.  Valid  values  are
19               GLU_NONE, GLU_FLAT, and GLU_SMOOTH.
20

DESCRIPTION

22       gluQuadricNormals  specifies  what  kind  of  normals  are  desired for
23       quadrics rendered with quad. The legal values are as follows:
24
25       GLU_NONE       No normals are generated.
26
27       GLU_FLAT       One normal is generated for every facet of a quadric.
28
29       GLU_SMOOTH     One normal is generated for every vertex of  a  quadric.
30                      This is the initial value.
31

SEE ALSO

33       gluNewQuadric(3G),  gluQuadricDrawStyle(3G), gluQuadricOrientation(3G),
34       gluQuadricTexture(3G)
35
36
37
38                                                         GLUQUADRICNORMALS(3G)
Impressum