<MaterialAnimationData>

Description

The tag for data applied to the entire material animation. The child hierarchy of this tag includes the option settings for binarize operations, material animation data, and the texture list used for texture pattern animation.

Attributes

TypeAttributesDescription
FrameSize The animation's frame length.
IsAdditiveAnimation Indicates whether there is additive animation.
LoopModeTypeLoopMode Indicates whether playback is looped.
Name Name.

LoopModeType Enumerated Type

ValueDescription
OneTime Plays one time.
Loop Loops playback.

Example Output

<Animations>
<MaterialAnimationData Name="" FrameSize="5" LoopMode="OneTime" IsAdditiveAnimation="false">
<MemberAnimationDataSet>
<MemberAnimationData>
<Path>Materials["lambert2"].TextureMappers[0].Texture</Path>
<IntAnimation>
<SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="5">
<Segments>
<StepFloatSegment>
<Keys>
<StepFloatKey Frame="0" Value="0" />
<StepFloatKey Frame="1" Value="1" />
<StepFloatKey Frame="2" Value="2" />
<StepFloatKey Frame="3" Value="3" />
<StepFloatKey Frame="4" Value="4" />
<StepFloatKey Frame="5" Value="5" />
</Keys>
</StepFloatSegment>
</Segments>
</SegmentsFloatCurve>
</IntAnimation>
</MemberAnimationData>
</MemberAnimationDataSet>
</MaterialAnimationData>
</Animations>

CONFIDENTIAL