NIF File Format Documentation

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

SkinData

Skinning data component.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
Rotation Matrix33 Rotation offset of the skin from this bone in bind position.
Translation Vector3 Translation offset of the skin from this bone in bind position.
Scale float Scale offset of the skin from this bone in bind position. (Assumption - this is always 1.0 so far)
Bounding Sphere Offset Vector3 Translation offset of a bounding sphere holding all vertices. (Note that its a Sphere Containing Axis Aligned Box not a minimum volume Sphere)
Bounding Sphere Radius float Radius for bounding sphere holding all vertices.
Num Vertices ushort Number of weighted vertices.
Vertex Weights SkinWeight Num Vertices The vertex weights. 4.2.1.0
Vertex Weights SkinWeight Num Vertices ARG != 0 The vertex weights. 4.2.2.0

Found In