redhat man page for gluquadricnormals

Query: gluquadricnormals

OS: redhat

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GLUQUADRICNORMALS(3G)													     GLUQUADRICNORMALS(3G)

NAME
gluQuadricNormals - specify what kind of normals are desired for quadrics
C SPECIFICATION
void gluQuadricNormals( GLUquadric* quad, GLenum normal )
PARAMETERS
quad Specifes 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(3G), gluQuadricDrawStyle(3G), gluQuadricOrientation(3G), gluQuadricTexture(3G) GLUQUADRICNORMALS(3G)
Related Man Pages
gludisk(3g) - mojave
glunewquadric(3g) - xfree86
gluquadricdrawstyle(3g) - xfree86
glunewquadric(3g) - suse
glusphere(3g) - osx
Similar Topics in the Unix Linux Community
How to capture ^x,^y via bash script?
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Retrieving previous command in a script
Shopt -s histappend
[TIP] Processing YAML files with yq