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>FloatAnimation</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><FloatAnimation></h1> 11 <h2>Description</h2> 12 <p> 13 Tag representing the notation of an individual floating point animation. 14 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>ViewUpdater.Twist</Path><br> 27 <strong><FloatAnimation></strong><br> 28 <SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 29 <Segments><br> 30 <HermiteFloatSegment><br> 31 <Keys><br> 32 <HermiteFloatKey Frame="0" Value="-2.98023E-08" InSlope="0.0668424" OutSlope="0.0668424" /><br> 33 <HermiteFloatKey Frame="47" Value="3.14159" InSlope="0.0668421" OutSlope="0.0668421" /><br> 34 </Keys><br> 35 </HermiteFloatSegment><br> 36 </Segments><br> 37 </SegmentsFloatCurve><br> 38 <strong></FloatAnimation></strong><br> 39 </MemberAnimationData><br> 40 </MemberAnimationDataSet><br> 41 </CameraAnimationData><br> 42</Animations><br> 43</pre></td> 44</tr></table> 45 46 <hr><p>CONFIDENTIAL</p></body> 47</html>