12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>Aircraft/FGR2/Models/Effects/Afterburner/thrust_cylinder.ac</path>
- <nopreview/>
- <animation>
- <type>scale</type>
- <object-name>Bounding_box</object-name>
- <!-- <property>sim/multiplay/generic/float[18]</property>-->
- <property>sim/multiplay/generic/float[8]</property>
- <x-factor>1.75</x-factor>
- <y-factor>0.52</y-factor>
- <z-factor>0.52</z-factor>
- </animation>
- <effect>
- <inherits-from>Aircraft/FGR-2/Models/Effects/flame</inherits-from>
- <object-name>Bounding_box</object-name>
- </effect>
- <animation>
- <type>blend</type>
- <object-name>Bounding_box</object-name>
- <property>/sim/time/sun-angle-rad</property>
- <interpolation>
- <entry><ind>0.34</ind><dep>0.4</dep></entry>
- <entry><ind>1.50</ind><dep>1.0</dep></entry>
- </interpolation>
- </animation>
- </PropertyList>
|