ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



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)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.