inverseBindMatrices property

List<Matrix4> inverseBindMatrices
final

The inverse bind matrix for each joint, transforming a vertex from model space into the joint's rest-pose local space.

Parallel to joints: inverseBindMatrices[i] corresponds to joints[i].

Implementation

final List<Matrix4> inverseBindMatrices = [];