<HermiteFloatKey>

Description

Key tag used for Hermite segments where Hermite interpolation is performed on values between keys.

Attributes

TypeAttributesDescription
Frame The key time.
InSlope The in slope.
OutSlope The out slope.
Value The key value.

Example Output

<LookupTableSetContents>
<LookupTableSetContentCtr Name="">
<LookupTableSet Name="">
<Samplers>
<ImageLookupTableCtr Name="Spot" IsGeneratedAsAbs="true" IsSizeDoubled="true" IsMipMap="false">
<CurveLookupTableCtr>
<SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="255">
<Segments>
<HermiteFloatSegment>
<Keys>
<HermiteFloatKey Frame="0" Value="0" InSlope="0" OutSlope="0" />
...omitted...
</Keys>
</HermiteFloatSegment>
</Segments>
</SegmentsFloatCurve>
</CurveLookupTableCtr>
</ImageLookupTableCtr>
</Samplers>
</LookupTableSet>
</LookupTableSetContentCtr>
</LookupTableSetContents>

CONFIDENTIAL