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