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>RgbaColorAnimation</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><RgbaColorAnimation></h1> 11 <h2>Description</h2> 12 <p> 13 The tag for RgbaColor animation. 14 </p> 15 16<h2><Path> element</h2> 17<p>The following values are set to the Path element for <CODE>RgbaColor</CODE> animation.</p> 18<ul> 19 <li>Materials["<I>Material name</I>"].MaterialColor.Emission</li> 20 <li>Materials["<I>Material name</I>"].MaterialColor.Ambient</li> 21 <li>Materials["<I>Material name</I>"].MaterialColor.Diffuse</li> 22 <li>Materials["<I>Material name</I>"].MaterialColor.Specular0</li> 23 <li>Materials["<I>Material name</I>"].MaterialColor.Specular1</li> 24 <li>Materials["<I>Material name</I>"].FragmentOperation.BlendOperation.BlendColor</li> 25</ul> 26<h2>Example Output</h2> 27 28<table> 29<tr> 30<td><pre> 31<Animations><br> 32 <MaterialAnimationData Name="" FrameSize="5" LoopMode="OneTime" IsAdditiveAnimation="false"><br> 33 <MemberAnimationDataSet><br> 34 <MemberAnimationData><br> 35 <Path>Materials["lambert2"].MaterialColor.Specular1</Path><br> 36 <strong><RgbaColorAnimation></strong><br> 37 <RSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="5"><br> 38 <Segments><br> 39 <HermiteFloatSegment><br> 40 <Keys><br> 41 <HermiteFloatKey Frame="0" Value="0" InSlope="0" OutSlope="0" /><br> 42 :<br> 43 :<br> 44 :<br> 45 </Keys><br> 46 </HermiteFloatSegment><br> 47 </Segments><br> 48 </RSegmentsFloatCurve><br> 49 <GSegmentsFloatCurve><br> 50 :<br> 51 :<br> 52 </GSegmentsFloatCurve><br> 53 <BSegmentsFloatCurve><br> 54 :<br> 55 :<br> 56 </BSegmentsFloatCurve><br> 57 <ASegmentsFloatCurve><br> 58 :<br> 59 :<br> 60 </ASegmentsFloatCurve><br> 61 <strong></RgbaColorAnimation></strong><br> 62 </MemberAnimationData><br> 63 </MemberAnimationDataSet><br> 64 </MaterialAnimationData><br> 65</Animations><br> 66</pre></td> 67</tr></table> 68 69 <hr><p>CONFIDENTIAL</p></body> 70</html>