X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/b002944dd992dc5a273e0067504beb48e1ae3d1c..a6a00658f26c164551287799b194cc2f07eb78be:/upstream-doc/man2/xhtml/gluQuadricNormals.xml diff --git a/upstream-doc/man2/xhtml/gluQuadricNormals.xml b/upstream-doc/man2/xhtml/gluQuadricNormals.xml new file mode 100644 index 0000000..10bf33a --- /dev/null +++ b/upstream-doc/man2/xhtml/gluQuadricNormals.xml @@ -0,0 +1,30 @@ + + +gluQuadricNormals

Name

gluQuadricNormals — specify what kind of normals are desired for quadrics

C Specification

void gluQuadricNormals(GLUquadric*  quad,
 GLenum  normal);

Parameters

quad

+ Specifies the quadrics object (created with gluNewQuadric). +

normal

+ Specifies the desired type of normals. Valid values are + GLU_NONE, + GLU_FLAT, and + GLU_SMOOTH. +

Description

+ gluQuadricNormals specifies what kind of normals are desired for quadrics rendered with + quad. 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 + initial value. +

See Also

+ gluNewQuadric, + gluQuadricDrawStyle, + gluQuadricOrientation, + gluQuadricTexture +

Copyright

+ Copyright © 1991-2006 + Silicon Graphics, Inc. This document is licensed under the SGI + Free Software B License. For details, see + http://oss.sgi.com/projects/FreeB/. +