D3DTSS_TCI
Driver texture coordinate capability flags.
#define | Value | Description |
---|---|---|
D3DTSS_TCI_PASSTHRU | 0x00000000L | Use the specified texture coordinates contained within the vertex format. This value resolves to zero. |
D3DTSS_TCI_CAMERASPACENORMAL | 0x00010000L | Use the vertex normal, transformed to camera space, as the input texture coordinates for this stage's texture transformation. |
D3DTSS_TCI_CAMERASPACEPOSITION | 0x00020000L | Use the vertex position, transformed to camera space, as the input texture coordinates for this stage's texture transformation. |
D3DTSS_TCI_CAMERASPACEREFLECTIONVECTOR | 0x00030000L | Use the reflection vector, transformed to camera space, as the input texture coordinate for this stage's texture transformation. The reflection vector is computed from the input vertex position and normal vector. |
D3DTSS_TCI_SPHEREMAP | 0x00040000L | Use the specified texture coordinates for sphere mapping. |
These constants are used by D3DTSS_TEXCOORDINDEX.
Constant Information
Requirement | Value |
---|---|
Header | d3d9caps.h |
Minimum operating system | Windows 98 |
Related topics