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>Rotate</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><Rotate></h1> 11 <h2>Description</h2> 12 <p> 13 Rotation 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>X</th><td> 18 X component. 19 </td></tr><tr><td /><th>Y</th><td> 20 Y component. 21 </td></tr><tr><td /><th>Z</th><td> 22 Z component. 23 </td></tr></table> 24 25<h2>Example Output</h2> 26 27<table> 28<tr> 29<td><pre> 30<SkeletalAnimationData><br> 31 <Skeleton RootBoneName="human" ScalingRule="Maya" IsTranslateAnimationEnabled="true"><br> 32 <Bones><br> 33 <Bone Name="human" ParentBoneName="" IsSegmentScaleCompensate="false" IsCompressible="true" IsNeededRendering="false" HasSkinningMatrix="false" BillboardMode="Off"><br> 34 <Transform><br> 35 <Scale X="1" Y="1" Z="1" /><br> 36 <strong><Rotate X="0" Y="0" Z="0" /></strong><br> 37 <Translate X="0" Y="0" Z="0" /><br> 38 </Transform><br> 39 </Bone><br> 40 <Bone Name="polygon_all" ParentBoneName="human" IsSegmentScaleCompensate="false" IsCompressible="true" IsNeededRendering="false" HasSkinningMatrix="false" BillboardMode="Off"><br> 41 <Transform><br> 42 <Scale X="1" Y="1" Z="1" /><br> 43 <strong><Rotate X="0" Y="0" Z="0" /></strong><br> 44 <Translate X="0" Y="0" Z="0" /><br> 45 </Transform><br> 46 </Bone><br> 47 </Bones><br> 48 </Skeleton><br> 49</SkeletalAnimationData><br> 50</pre></td> 51</tr></table> 52 53 <hr><p>CONFIDENTIAL</p></body> 54</html>