IVertexSkinning.SetBindings
SetBindings(ref SparseWeight8)
public void SetBindings(ref SparseWeight8 bindings)
See Also
- struct SparseWeight8
- interface IVertexSkinning
- namespace Aspose.CAD.FileFormats.GLB.Geometry.VertexTypes
- assembly Aspose.CAD
SetBindings(params (int Index, float Weight)[])
Sets the packed joints-weights.
⚠️ USE ONLY ON UNBOXED VALUES ⚠️
public void SetBindings(params (int Index, float Weight)[] bindings)
Parameter | Type | Description |
---|---|---|
bindings | ValueTuple`2[] | the list of joint indices and weights. |
See Also
- interface IVertexSkinning
- namespace Aspose.CAD.FileFormats.GLB.Geometry.VertexTypes
- assembly Aspose.CAD