1GLUQUADRICORIENTATION(3G)                            GLUQUADRICORIENTATION(3G)
2
3
4

NAME

6       gluQuadricOrientation - specify inside/outside orientation for quadrics
7
8

C SPECIFICATION

10       void gluQuadricOrientation( GLUquadric* quad,
11                                   GLenum orientation )
12
13

PARAMETERS

15       quad         Specifies    the    quadrics    object    (created    with
16                    gluNewQuadric).
17
18       orientation  Specifies  the  desired  orientation.  Valid  values   are
19                    GLU_OUTSIDE and GLU_INSIDE.
20

DESCRIPTION

22       gluQuadricOrientation specifies what kind of orientation is desired for
23       quadrics rendered with quad. The orientation values are as follows:
24
25       GLU_OUTSIDE    Quadrics are drawn with normals  pointing  outward  (the
26                      initial value).
27
28       GLU_INSIDE     Quadrics are drawn with normals pointing inward.
29
30       Note  that  the  interpretation  of  outward  and inward depends on the
31       quadric being drawn.
32

SEE ALSO

34       gluNewQuadric(3G),   gluQuadricDrawStyle(3G),    gluQuadricNormals(3G),
35       gluQuadricTexture(3G)
36
37
38
39                                                     GLUQUADRICORIENTATION(3G)
Impressum