NIF File Format Documentation

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

TexTransform

Determines how a NiTextureTransformController animates the UV coordinates.

Choices

Number Name Description
0 TT_TRANSLATE_U Means this controller moves the U texture cooridnates.
1 TT_TRANSLATE_V Means this controller moves the V texture cooridnates.
2 TT_ROTATE Means this controller roates the UV texture cooridnates.
3 TT_SCALE_U Means this controller scales the U texture cooridnates.
4 TT_SCALE_V Means this controller scales the V texture cooridnates.

Storage Type

unsigned int

Found In