1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>blade.ac</path>
- <animation>
- <object-name>blade</object-name>
- <!-- Transparence -->
- <object-name>propblur</object-name>
- <object-name>propdisc</object-name>
- </animation>
- <animation>
- <type>noshadow</type>
- <object-name>propblur</object-name>
- <object-name>propdisc</object-name>
- </animation>
- <!-- Sélection blade/blur/disc tail rotor-->
- <animation>
- <type>select</type>
- <object-name>propdisc</object-name>
- <condition>
- <greater-than>
- <property>/rotors/main/rpm</property>
- <value>150</value>
- </greater-than>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>propblur</object-name>
- <condition>
- <and>
- <greater-than>
- <property>/rotors/main/rpm</property>
- <value>60</value>
- </greater-than>
- <less-than>
- <property>/rotors/main/rpm</property>
- <value>150.001</value>
- </less-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>blade</object-name>
- <condition>
- <less-than>
- <property>/rotors/main/rpm</property>
- <value>150</value>
- </less-than>
- </condition>
- </animation>
- <!-- Incidence de la pale -->
- <animation>
- <type>rotate</type>
- <object-name>blade</object-name>
- <property>/controls/flight/rudder</property>
- <factor> 15 </factor>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|