1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>Skeleton</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;Skeleton&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Skeleton.
14            </p>
15		<h2>Attributes</h2>
16		<table class="arguments">
17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>IsTranslateAnimationEnabled</th><td>
18            Flag indicating whether translation elements are applied when animating.
19            </td></tr><tr><td /><th>RootBoneName</th><td>
20            Name of bone that is the skeleton root.
21            </td></tr><tr><td>SkeletonScalingRule</td><th>ScalingRule</th><td>
22            Scaling rule for bones.
23            </td></tr></table>
24		<h2><CODE>SkeletonScalingRule</CODE> Enumerated Type</h2>
25		<table class="arguments">
26<thead><tr><td>Value</td><td>Description</td></tr></thead><tr><th>Standard</th><td>Calculate using standard scaling method.</td></tr><tr><th>Maya</th><td>Calculate using Maya's scaling method.</td></tr><tr><th>Softimage</th><td>Calculate using Softimage's scaling method.</td></tr></table>
27
28
29<h2>Example Output</h2>
30
31<table>
32<tr>
33<td><pre>
34<strong>&lt;Skeleton RootBoneName=&quot;pPlane1&quot; ScalingRule=&quot;Standard&quot; IsTranslateAnimationEnabled=&quot;true&quot;&gt;</strong><br>
35    &lt;Bones&gt;<br>
36        &lt;Bone Name=&quot;pPlane1&quot; ParentBoneName=&quot;&quot; IsSegmentScaleCompensate=&quot;false&quot; IsCompressible=&quot;true&quot; IsNeededRendering=&quot;true&quot; HasSkinningMatrix=&quot;false&quot; BillboardMode=&quot;Off&quot;&gt;<br>
37            &lt;Transform&gt;<br>
38                &lt;Scale X=&quot;1&quot; Y=&quot;1&quot; Z=&quot;1&quot; /&gt;<br>
39                &lt;Rotate X=&quot;0&quot; Y=&quot;0&quot; Z=&quot;0&quot; /&gt;<br>
40                &lt;Translate X=&quot;0.628991&quot; Y=&quot;0&quot; Z=&quot;-1.03303&quot; /&gt;<br>
41            &lt;/Transform&gt;<br>
42        &lt;/Bone&gt;<br>
43    &lt;/Bones&gt;<br>
44<strong>&lt;/Skeleton&gt;</strong><br>
45</pre></td>
46</tr></table>
47	<hr><p>CONFIDENTIAL</p></body>
48</html>