Click or drag to resize
DigitalRuneSkeletonGetBindPoseAbsoluteInverse Method
Gets the bind pose transformation of a given bone relative to model space.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public SrtTransform GetBindPoseAbsoluteInverse(
	int boneIndex
)

Parameters

boneIndex
Type: SystemInt32
The index of the bone.

Return Value

Type: SrtTransform
The bind pose transformation relative to model space.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionboneIndex is out of range.
See Also