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

TexClampMode

Describes the availiable texture clamp modes, i.e. the behavior of UV mapping outside the [0,1] range.

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

uint

Found In