API Reference · Skinning and morph targets
JointBinding
public readonly record struct JointBindingThe four joints that move one vertex, and how much each of them does.
Indices into Skin.Joints, held as UInt16 because glTF stores them as unsigned bytes or unsigned shorts and a rig large enough to need more than 65,535 joints does not exist. Weights are expected to sum to 1; a file whose do not is renormalised on import rather than here, so this stays a plain value.
Constructors
| Member | Description |
|---|---|
| The four joints that move one vertex, and how much each of them does. Indices into
|
Properties
| Member | Description |
|---|---|
| First joint index. |
| Second joint index. |
| Third joint index. |
| Fourth joint index. |
| How much each of the four contributes, in the same order. |