Click or drag to resize
DigitalRuneSkeletonPoseSkinningMatricesXna Property
Gets the skinning matrices. (Only available in the XNA-compatible build.)

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

Property Value

Type: Matrix
The skinning matrices.
Remarks

This type is available only in the XNA-compatible build of the DigitalRune.Animation.dll.

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