NAME
TexGenQMode - 3D API tex gen Q mode
USAGE
TexGenQMode[i] = int(mode)
VALID ENUMERANTS
mode: ObjectLinear, EyeLinear, SphereMap, ReflectionMap, NormalMap
DESCRIPTION
Specify the Q texture coordinate generation mode. See the GL_TEXTURE_GEN_MODE description on the OpenGL glTexGen manual page for details.
The standard reset callback sets the TexGenQMode[i] state to int(EyeLinear).
OPENGL FUNCTIONALITY REQUIREMENTS
OpenGL 1.0
DIRECT3D FUNCTIONALITY REQUIREMENTS
Not applicable.
SEE ALSO
TexGenQEnable, TexGenQEyePlane, TexGenQObjectPlane, TexGenRMode, TexGenSMode, TexGenTMode