1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>stick.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>stick-handle</object-name>
- <object-name>stick-roll</object-name>
- <object-name>stick-mast</object-name>
- <property>controls/flight/elevator</property>
- <factor>20</factor>
- <center><z-m>0.0153</z-m></center>
- <axis><y>-1</y></axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>stick-handle</object-name>
- <object-name>stick-roll</object-name>
- <property>controls/flight/aileron</property>
- <factor>20</factor>
- <center><z-m>0.1895</z-m></center>
- <axis><x>-1</x></axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>stick-roll</object-name>
- <property>controls/flight/aileron</property>
- <interpolation>
- <entry><ind>1</ind><dep>20</dep></entry>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>-1</ind><dep>-20</dep></entry>
- </interpolation>
- <center>
- <x-m>0</x-m>
- <y-m>-0.0536</y-m>
- <z-m>0.1751</z-m>
- </center>
- <axis><x>1</x></axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>arm-selector</object-name>
- <property>sim/model/f-14b/controls/armament/stick-selector</property>
- <factor>30</factor>
- <center>
- <x-m>0.0842</x-m>
- <y-m>0</y-m>
- <z-m>0.4402</z-m>
- </center>
- <axis><y>1</y></axis>
- </animation>
- <!-- Lighting -->
- <animation>
- <object-name>stick</object-name>
- <type>material</type>
- <emission>
- <factor-prop>controls/lighting/panel-norm</factor-prop>
- <red>0.275</red>
- <green>0.12</green>
- <blue>0.05</blue>
- </emission>
- </animation>
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>35</max-m>
- </animation>
- </PropertyList>
|