Name
TexGenTObjectPlane - 3D API tex gen T object plane
Usage
TexGenTObjectPlane[i] = float4(p1, p2, p3, p4)
Valid Enumerants
p1, p2, p3, p4: floating point values
Description
Specify the texture coordinate generation parameters for the T object plane.
See the GL_OBJECT_PLANE description on the OpenGL glTexGen manual page for details.
The standard reset callback sets the TexGenTObjectPlane[i] state to float4(0, 1, 0, 0).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
Not applicable.
See Also
TexGenTEnable,
TexGenTEyePlane,
TexGenTMode,
TexGenQObjectPlane,
TexGenRObjectPlane,
TexGenSObjectPlane
|