OpenGL man pages
gluQuadricNormals.3glNamegluQuadricNormals - specify what kind of normals are desired for quadrics C Specificationvoid gluQuadricNormals( GLUquadricObj *qobj, GLenum normals ) Parametersqobj Specifes the quadrics object (created with gluNewQuadric). normals Specifies the desired type of normals. Valid values are GLU_NONE, GLU_FLAT, and GLU_SMOOTH. DescriptiongluQuadricNormals specifies what kind of normals are desired for quadrics rendered with qobj. The legal values are as follows: GLU_NONE No normals are generated. GLU_FLAT One normal is generated for every facet of a quadric. GLU_SMOOTH One normal is generated for every vertex of a quadric. This is the default. See AlsogluNewQuadric, gluQuadricDrawStyle, gluQuadricOrientation, gluQuadricTexture Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |