NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

TexClampMode

Specifies the availiable texture clamp modes. That is, the behavior of pixels outside the range of the texture.

Choices

Number Name Description
0 CLAMP_S_CLAMP_T Clamp in both directions.
1 CLAMP_S_WRAP_T Clamp in the S(U) direction but wrap in the T(V) direction.
2 WRAP_S_CLAMP_T Wrap in the S(U) direction but clamp in the T(V) direction.
3 WRAP_S_WRAP_T Wrap in both directions.

Storage Type

unsigned int

Found In