Gluquadricorientation - HP b2600 Reference Manual

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

gluQuadricOrientation

gluQuadricOrientation: specify inside/outside orientation for quadrics.
C Specification
void gluQuadricOrientation(
Parameters
quad
orientation
Description
gluQuadricOrientation specifies what kind of orientation is desired for quadrics
rendered with quad. The orientation values are as follows:
GLU_OUTSIDE
Quadrics are drawn with normals pointing outward (the initial value).
GLU_INSIDE
Quadrics are drawn with normals pointing inward.
Note that the interpretation of outward and inward depends on the quadric being
drawn.
See Also
gluNewQuadric,
gluQuadricDrawStyle,
gluQuadricNormals,
gluQuadricTexture
Chapter 15
GLUquadric* quad,
GLenum orientation)
Specifies the quadrics object (created with gluNewQuadric).
Specifies the desired orientation. Valid values are GLU_OUTSIDE
and GLU_INSIDE.
Q
gluQuadricOrientation
367

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents