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

TransformMethod

Describes the order of scaling and rotation matrices. Translate, Scale, Rotation, Center are from TexDesc.
Back = inverse of Center. FromMaya = inverse of the V axis with a positive translation along V of 1 unit.

Choices

Number Name Description
0 TM_Maya Deprecated Center * Rotation * Back * Translate * Scale
1 TM_Max Center * Scale * Rotation * Translate * Back
2 TM_Maya Center * Rotation * Back * FromMaya * Translate * Scale

Storage Type

uint

Found In