Click or drag to resize
DigitalRuneDirectBoneMapperMapAbsoluteTransforms Property
Gets or sets a value indicating whether the mapping is performed in model space.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool MapAbsoluteTransforms { get; set; }

Property Value

Type: Boolean
if the bone transform relative to model space is mapped to the other skeleton; otherwise, if the bone transform relative to the local bone space is mapped to the other skeleton. The default is .
See Also