ModelData:getSkinInverseBindMatrix
EditReturns the inverse bind matrix for a joint in the skin.
... = ModelData:getSkinInverseBindMatrix(skin, joint)
Arguments
Name | Type | Description |
skin | number | The index of a skin. |
joint | number | The index of a joint in the skin. |
Returns
Name | Type | Description |
... | number | The 16 components of the 4x4 inverse bind matrix, in column-major order. |