Skin

Joints and matrices defining a skin.

Constructors

this
this()
Undocumented in source.

Members

Variables

inverseBindMatrices
int inverseBindMatrices;

REQUIRED. The index of the accessor containing the floating-point 4x4 inverse-bind matrices.

joints
int[] joints;

Indices of skeleton nodes, used as joints in this skin.

name
string name;

Name of the skin.

skeleton
int skeleton;

The index of the node used as a skeleton root.

Meta