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>TransformAnimation</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><TransformAnimation></h1> 11 <h2>Description</h2> 12 <p> 13 14Tag denoting the animation data including <CODE><ScaleVector3Animation></CODE>, <CODE><RotateVector3Animation></CODE> and <CODE><TranslateVector3Animation></CODE> in the child hierarchy. Elements that are not animated can be omitted. 15 </p> 16 17<h2>Example Output</h2> 18 19<table> 20<tr> 21<td><pre> 22<Animations><br> 23 <CameraAnimationData Name="aimCamera_persp" FrameSize="47" LoopMode="OneTime" IsAdditiveAnimation="false" ViewMode="AimTarget" ProjectionMode="Perspective"><br> 24 <MemberAnimationDataSet><br> 25 <MemberAnimationData><br> 26 <Path>Transform</Path><br> 27 <strong><TransformAnimation></strong><br> 28 <TranslateVector3Animation><br> 29 <XSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 30 <Segments><br> 31 <HermiteFloatSegment><br> 32 <Keys><br> 33 <HermiteFloatKey Frame="0" Value="10.1185" InSlope="-0.661016" OutSlope="-0.661016" /><br> 34 <HermiteFloatKey Frame="47" Value="-20.9492" InSlope="-0.661015" OutSlope="-0.661015" /><br> 35 </Keys><br> 36 </HermiteFloatSegment><br> 37 </Segments><br> 38 </XSegmentsFloatCurve><br> 39 <YSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 40 <Segments><br> 41 <HermiteFloatSegment><br> 42 <Keys><br> 43 <HermiteFloatKey Frame="0" Value="12.0733" InSlope="-0.074605" OutSlope="-0.074605" /><br> 44 <HermiteFloatKey Frame="47" Value="8.56682" InSlope="-0.074605" OutSlope="-0.074605" /><br> 45 </Keys><br> 46 </HermiteFloatSegment><br> 47 </Segments><br> 48 </YSegmentsFloatCurve><br> 49 <ZSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 50 <Segments><br> 51 <HermiteFloatSegment><br> 52 <Keys><br> 53 <HermiteFloatKey Frame="0" Value="12.8021" InSlope="-0.263263" OutSlope="-0.263263" /><br> 54 <HermiteFloatKey Frame="47" Value="0.428791" InSlope="-0.263262" OutSlope="-0.263262" /><br> 55 </Keys><br> 56 </HermiteFloatSegment><br> 57 </Segments><br> 58 </ZSegmentsFloatCurve><br> 59 </TranslateVector3Animation><br> 60 <strong></TransformAnimation></strong><br> 61 </MemberAnimationData><br> 62 </MemberAnimationDataSet><br> 63 </CameraAnimationData><br> 64</Animations><br> 65</pre></td> 66</tr></table> 67 68 <hr><p>CONFIDENTIAL</p></body> 69</html>