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>HermiteFloatKey</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><HermiteFloatKey></h1> 11 <h2>Description</h2> 12 <p> 13 Key tag used for Hermite segments where Hermite interpolation is performed on values between keys. 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>Frame</th><td> 18 The key time. 19 </td></tr><tr><td /><th>InSlope</th><td> 20 The in-slope. 21 </td></tr><tr><td /><th>OutSlope</th><td> 22 The out-slope. 23 </td></tr><tr><td /><th>Value</th><td> 24 The key value. 25 </td></tr></table> 26 27<h2>Example Output</h2> 28 29<table> 30<tr> 31<td><pre> 32<Animations><br> 33 <CameraAnimationData Name="aimCamera_persp" FrameSize="47" LoopMode="OneTime" IsAdditiveAnimation="false" ViewMode="AimTarget" ProjectionMode="Perspective"><br> 34 <MemberAnimationDataSet><br> 35 <MemberAnimationData><br> 36 <Path>Transform</Path><br> 37 <TransformAnimation><br> 38 <TranslateVector3Animation><br> 39 <XSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 40 <Segments><br> 41 <HermiteFloatSegment><br> 42 <Keys><br> 43 <strong><HermiteFloatKey Frame="0" Value="10.1185" InSlope="-0.661016" OutSlope="-0.661016" /></strong><br> 44 <strong><HermiteFloatKey Frame="47" Value="-20.9492" InSlope="-0.661015" OutSlope="-0.661015" /></strong><br> 45 </Keys><br> 46 </HermiteFloatSegment><br> 47 </Segments><br> 48 </XSegmentsFloatCurve><br> 49 <YSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 50 <Segments><br> 51 <HermiteFloatSegment><br> 52 <Keys><br> 53 <strong><HermiteFloatKey Frame="0" Value="12.0733" InSlope="-0.074605" OutSlope="-0.074605" /></strong><br> 54 <strong><HermiteFloatKey Frame="47" Value="8.56682" InSlope="-0.074605" OutSlope="-0.074605" /></strong><br> 55 </Keys><br> 56 </HermiteFloatSegment><br> 57 </Segments><br> 58 </YSegmentsFloatCurve><br> 59 <ZSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="47"><br> 60 <Segments><br> 61 <HermiteFloatSegment><br> 62 <Keys><br> 63 <strong><HermiteFloatKey Frame="0" Value="12.8021" InSlope="-0.263263" OutSlope="-0.263263" /></strong><br> 64 <strong><HermiteFloatKey Frame="47" Value="0.428791" InSlope="-0.263262" OutSlope="-0.263262" /></strong><br> 65 </Keys><br> 66 </HermiteFloatSegment><br> 67 </Segments><br> 68 </ZSegmentsFloatCurve><br> 69 </TranslateVector3Animation><br> 70 </TransformAnimation><br> 71 </MemberAnimationData><br> 72 </MemberAnimationDataSet><br> 73 </CameraAnimationData><br> 74</Animations><br> 75</pre></td> 76</tr></table> 77 78 <hr><p>CONFIDENTIAL</p></body> 79</html>