Home > comp > gb.opengl.glu > glu > quadrictexture 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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.NewQuadric, Glu.QuadricDrawStyle, Glu.QuadricNormals, Glu.QuadricOrientation

See original documentation on OpenGL website