<Skeleton>

Description

Skeleton.

Attributes

TypeAttributesDescription
IsTranslateAnimationEnabled Flag that indicates whether translation elements are applied when animating.
RootBoneName Name of bone that is the skeleton root.
SkeletonScalingRuleScalingRule Scaling rule for bones.

SkeletonScalingRule Enumerated Type

ValueDescription
StandardCalculate by using the standard scaling method.
MayaCalculate by using the scaling method for Maya.
SoftimageCalculate by using the scaling method for Softimage.

Example Output

<Skeleton RootBoneName="pPlane1" ScalingRule="Standard" IsTranslateAnimationEnabled="true">
<Bones>
<Bone Name="pPlane1" ParentBoneName="" IsSegmentScaleCompensate="false" IsCompressible="true" IsNeededRendering="true" HasSkinningMatrix="false" BillboardMode="Off">
<Transform>
<Scale X="1" Y="1" Z="1" />
<Rotate X="0" Y="0" Z="0" />
<Translate X="0.628991" Y="0" Z="-1.03303" />
</Transform>
</Bone>
</Bones>
</Skeleton>

CONFIDENTIAL