Glu.QuadricTexture (gb.opengl.glu)
Static Sub QuadricTexture ( Quad As GluQuadric, Texture As Boolean )
 
Specify if texturing is desired for quadrics.
Parameters
- quad
- 
Specifies the quadrics object (created with Glu.NewQuadric).
- texture
- 
Specifies a flag indicating if texture coordinates should be generated.
Description
Glu.QuadricTexture specifies if texture coordinates should be generated
for quadrics rendered with 
quad.
If the value of 
texture is Glu.TRUE, then texture coordinates
are generated, and if 
texture is Glu.FALSE, they are not.  The
initial value is Glu.FALSE.
The manner in which texture coordinates are generated depends
upon the specific quadric rendered.
See also
Glu.QuadricDrawStyle,
Glu.QuadricOrientation