Specifies if texturing is desired for quadrics.
OpenGL C bindings library: libGL.a
void gluQuadricTexture(GLUquadricObj *qobj, GLboolean TextureCoordinates)
The gluQuadricTexture subroutine specifies if texture coordinates should be generated for quadrics rendered with the qobj parameter option. If the value of the TextureCoordinates parameter is GL_TRUE, texture coordinates are generated, and if the value of the TextureCoordinates parameter is GL_FALSE, they are not generated. The default is GL_FALSE.
Note: The manner in which texture coordinates are generated depends upon the specific quadric rendered.
/usr/include/GL/gl.h | Contains C language constraints, variable type definitions, and ANSI function prototypes for OpenGL. |
The gluNewQuadric subroutine, gluQuadricDrawStyle subroutine, gluQuadricNormals subroutine, gluQuadricOrientation subroutine.