GltfSkin.inverseBindMatrices Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The index of the accessor containing the floating-point 4x4 inverse-bind matrices. The default is that each matrix is a 4x4 Identity matrix, which implies that inverse-bind matrices were pre-applied.
public: int inverseBindMatrices;
public int inverseBindMatrices;
val mutable inverseBindMatrices : int
Public inverseBindMatrices As Integer