Name

TexCoordIndex - 3D API tex coord index

Usage

TexCoordIndex = int(index)

Valid Enumerants

index: integer value

Description

Specify the index of the texture coordinate set to use with this texture stage. See the D3DTSS_TEXCOORDINDEX texture stage state description for DirectX 9.

The standard reset callback sets the TexCoordIndex state to int(0).

Opengl Functionality Requirements

Not applicable.

Direct3D Functionality Requirements

DirectX 9

See Also