Skin

Variables

Name

Type

Description

joints

std::vector<Joint>

The skin’s joints.

rootJoint

uint32_t

The skin’s root Joint, starting the joint hierarchy and indexed in joints.

baseMatrix

Math::mat4

The skin’s base matrix used to transform the root joint.

inverseGlobalTransform

Math::mat4

The skin’s inverse global transform matrix.