inverseBindMatrices property

GltfRef<Matrix4Accessor>? inverseBindMatrices
final

The reference to the accessor containing the floating-point 4x4 inverse-bind matrices. Its accessor.count property MUST be greater than or equal to the number of elements of the joints array. When undefined, each matrix is a 4x4 identity matrix.

Implementation

final GltfRef<Matrix4Accessor>? inverseBindMatrices;