Class Skin
Joints and matrices defining a skinned mesh.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class Skin : NamedObject
Fields
Name | Description |
---|---|
inverseBindMatrices | The index of the accessor containing the floating-point 4x4 inverse-bind matrices. |
joints | Indices of skeleton nodes, used as joints in this skin. |
skeleton | The index of the node used as a skeleton root. |