Click or drag to resize
DigitalRuneSkeletonPoseSkinningMatrices Property
Gets the skinning matrices.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Matrix44F[] SkinningMatrices { get; }

Property Value

Type: Matrix44F
The skinning matrices.
Remarks

This array contains one element per bone. The array element is the skinning matrix which is a matrix that transforms a position from bone space in the bind pose to model space in the animated model. This matrices are used for mesh skinning.

This property returns an internal array that is allocated when needed. Therefore, it is not recommended to modify the elements in this array!

See Also