ModelData:getSkinInverseBindMatrix

Edit

Returns the inverse bind matrix for a joint in the skin.

... = ModelData:getSkinInverseBindMatrix(skin, joint)

Arguments

NameTypeDescription
skinnumber The index of a skin.
jointnumber The index of a joint in the skin.

Returns

NameTypeDescription
...number The 16 components of the 4x4 inverse bind matrix, in column-major order.

See also