首页 > comp > gb.opengl.glu > glu > quadrictexture 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
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.

参见

Glu.NewQuadric, Glu.QuadricDrawStyle, Glu.QuadricNormals, Glu.QuadricOrientation

See original documentation on OpenGL website