NIF File Format Documentation

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

NiSkinData

Skinning data.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiSkinData
Rotation Matrix33 The overall rotation offset of the skin from this bone in the bind position.
(This is a guess, it has always been the identity matrix so far)
Translation Vector3 The overall translation offset of the skin from this bone in the bind position. (This is a guess, it has always been (0.0, 0.0, 0.0) so far)
Scale float The scale offset of the skin from this bone in the bind position. (This is an assumption - it has always been 1.0 so far)
Num Bones uint Number of bones.
Skin Partition Ref<NiSkinPartition> This optionally links a NiSkinPartition for hardware-acceleration information. 4.0.0.2 10.1.0.0
Has Vertex Weights byte Enables Vertex Weights for this NiSkinData. 4.2.1.0
Bone List SkinData Has Vertex Weights Num Bones Contains offset data for each node that this skin is influenced by.

Parent Of