2002-08-05 18:17:29 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<path>c172p.ac</path>
|
|
|
|
|
2002-09-08 19:14:27 +00:00
|
|
|
<!-- Temporarily use the 2D panel hack, until I have time to make
|
|
|
|
3D instruments -->
|
|
|
|
|
2002-09-04 21:33:52 +00:00
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
|
|
|
<bottom-left>
|
2002-11-11 21:52:40 +00:00
|
|
|
<x-m>-0.36</x-m>
|
|
|
|
<y-m>-0.50</y-m>
|
|
|
|
<z-m>-0.10</z-m>
|
2002-09-04 21:33:52 +00:00
|
|
|
</bottom-left>
|
|
|
|
<bottom-right>
|
2002-11-11 21:52:40 +00:00
|
|
|
<x-m>-0.36</x-m>
|
|
|
|
<y-m> 0.50</y-m>
|
|
|
|
<z-m>-0.10</z-m>
|
2002-09-04 21:33:52 +00:00
|
|
|
</bottom-right>
|
|
|
|
<top-left>
|
2002-11-11 21:52:40 +00:00
|
|
|
<x-m>-0.36</x-m>
|
|
|
|
<y-m>-0.50</y-m>
|
|
|
|
<z-m> 0.25</z-m>
|
2002-09-04 21:33:52 +00:00
|
|
|
</top-left>
|
|
|
|
</panel>
|
|
|
|
|
2002-08-05 18:17:29 +00:00
|
|
|
<!-- LOD for the model as a whole -->
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>range</type>
|
|
|
|
<min-m>0</min-m>
|
|
|
|
<max-m>10000</max-m>
|
|
|
|
</animation>
|
|
|
|
|
2002-09-08 19:14:27 +00:00
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>Propeller</object-name>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
2002-11-11 02:51:16 +00:00
|
|
|
<value>200</value>
|
2002-09-08 19:14:27 +00:00
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>Propeller.Slow</object-name>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<greater-than>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
2002-11-11 02:51:16 +00:00
|
|
|
<value>190</value>
|
2002-09-08 19:14:27 +00:00
|
|
|
</greater-than>
|
|
|
|
<less-than>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
2002-11-11 02:51:16 +00:00
|
|
|
<value>1200</value>
|
2002-09-08 19:14:27 +00:00
|
|
|
</less-than>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>Propeller.Fast</object-name>
|
|
|
|
<condition>
|
|
|
|
<greater-than>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
2002-11-11 02:51:16 +00:00
|
|
|
<value>1200</value>
|
2002-09-08 19:14:27 +00:00
|
|
|
</greater-than>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
2002-11-06 16:01:53 +00:00
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>LeftNavLightOn</object-name>
|
|
|
|
<object-name>RightNavLightOn</object-name>
|
|
|
|
<condition>
|
|
|
|
<property>/controls/lights/navigation</property>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>LeftNavLightOff</object-name>
|
|
|
|
<object-name>RightNavLightOff</object-name>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>/controls/lights/navigation</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<name>BeaconFlasher</name>
|
|
|
|
<type>timed</type>
|
|
|
|
<object-name>BeaconOff</object-name>
|
|
|
|
<object-name>BeaconOn</object-name>
|
|
|
|
<duration-sec>1.0</duration-sec>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>BeaconFlasher</object-name>
|
|
|
|
<condition>
|
|
|
|
<property>/controls/lights/beacon</property>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
2002-09-08 19:14:27 +00:00
|
|
|
<animation>
|
|
|
|
<type>spin</type>
|
|
|
|
<object-name>Propeller</object-name>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
|
|
|
<factor>-1</factor>
|
|
|
|
<center>
|
|
|
|
<x-m>-1.77</x-m>
|
|
|
|
<y-m>0</y-m>
|
|
|
|
<z-m>-0.12</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>1.0</x>
|
|
|
|
<y>0.0</y>
|
|
|
|
<z>0.0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>spin</type>
|
|
|
|
<object-name>Propeller.Slow</object-name>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
2002-11-11 02:51:16 +00:00
|
|
|
<factor>-0.1</factor>
|
2002-09-08 19:14:27 +00:00
|
|
|
<center>
|
|
|
|
<x-m>-1.77</x-m>
|
|
|
|
<y-m>0</y-m>
|
|
|
|
<z-m>-0.12</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>1.0</x>
|
|
|
|
<y>0.0</y>
|
|
|
|
<z>0.0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>spin</type>
|
|
|
|
<object-name>Propeller.Fast</object-name>
|
|
|
|
<property>/engines/engine[0]/rpm</property>
|
2002-11-11 02:51:16 +00:00
|
|
|
<factor>-0.001</factor>
|
2002-09-08 19:14:27 +00:00
|
|
|
<center>
|
|
|
|
<x-m>-1.77</x-m>
|
|
|
|
<y-m>0</y-m>
|
|
|
|
<z-m>-0.12</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>1.0</x>
|
|
|
|
<y>0.0</y>
|
|
|
|
<z>0.0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
2002-08-05 18:17:29 +00:00
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
2002-09-08 19:14:27 +00:00
|
|
|
<object-name>NoseWheel</object-name>
|
|
|
|
<object-name>NoseWheelStrut</object-name>
|
|
|
|
<property>/surface-positions/rudder-pos-norm</property>
|
|
|
|
<factor>-30.0</factor>
|
|
|
|
<center>
|
|
|
|
<x-m>-1.36</x-m>
|
|
|
|
<y-m>0</y-m>
|
|
|
|
<z-m>-0.59</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.18</x>
|
|
|
|
<y>0.05</y>
|
|
|
|
<z>0.46</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>LeftAileron</object-name>
|
|
|
|
<property>/surface-positions/left-aileron-pos-norm</property>
|
2002-08-05 18:17:29 +00:00
|
|
|
<interpolation>
|
|
|
|
<entry>
|
|
|
|
<ind>-1.0</ind>
|
2002-09-30 14:04:15 +00:00
|
|
|
<dep>-15</dep>
|
2002-08-05 18:17:29 +00:00
|
|
|
</entry>
|
|
|
|
<entry>
|
2002-09-08 19:14:27 +00:00
|
|
|
<ind>0.0</ind>
|
2002-08-05 18:17:29 +00:00
|
|
|
<dep>0</dep>
|
|
|
|
</entry>
|
|
|
|
<entry>
|
|
|
|
<ind>1.0</ind>
|
2002-09-30 14:04:15 +00:00
|
|
|
<dep>20</dep>
|
2002-08-05 18:17:29 +00:00
|
|
|
</entry>
|
|
|
|
</interpolation>
|
|
|
|
<center>
|
2002-09-08 19:14:27 +00:00
|
|
|
<x-m>1.1</x-m>
|
|
|
|
<y-m>-1.96</y-m>
|
|
|
|
<z-m>0.35</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.49</x>
|
|
|
|
<y>2.65</y>
|
|
|
|
<z>-0.03</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>RightAileron</object-name>
|
|
|
|
<property>/surface-positions/right-aileron-pos-norm</property>
|
|
|
|
<interpolation>
|
|
|
|
<entry>
|
|
|
|
<ind>-1.0</ind>
|
2002-09-30 14:04:15 +00:00
|
|
|
<dep>20</dep>
|
2002-09-08 19:14:27 +00:00
|
|
|
</entry>
|
|
|
|
<entry>
|
|
|
|
<ind>0.0</ind>
|
|
|
|
<dep>0</dep>
|
|
|
|
</entry>
|
|
|
|
<entry>
|
|
|
|
<ind>1.0</ind>
|
2002-09-30 14:04:15 +00:00
|
|
|
<dep>-15</dep>
|
2002-09-08 19:14:27 +00:00
|
|
|
</entry>
|
|
|
|
</interpolation>
|
|
|
|
<center>
|
|
|
|
<x-m>1.1</x-m>
|
|
|
|
<y-m>1.96</y-m>
|
|
|
|
<z-m>0.35</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.49</x>
|
|
|
|
<y>-2.65</y>
|
|
|
|
<z>-0.03</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>translate</type>
|
|
|
|
<object-name>LeftFlap</object-name>
|
|
|
|
<object-name>RightFlap</object-name>
|
|
|
|
<property>/surface-positions/flap-pos-norm</property>
|
|
|
|
<factor>0.15</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1.0</x>
|
|
|
|
<y>0.0</y>
|
|
|
|
<z>0.2</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>LeftFlap</object-name>
|
|
|
|
<property>/surface-positions/flap-pos-norm</property>
|
|
|
|
<factor>30</factor>
|
|
|
|
<center>
|
|
|
|
<x-m>0.76</x-m>
|
|
|
|
<y-m>-0.53</y-m>
|
|
|
|
<z-m>0.32</z-m>
|
2002-08-05 18:17:29 +00:00
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.0</x>
|
|
|
|
<y>1.0</y>
|
2002-09-08 19:14:27 +00:00
|
|
|
<z>-0.1</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>RightFlap</object-name>
|
|
|
|
<property>/surface-positions/flap-pos-norm</property>
|
|
|
|
<factor>30</factor>
|
|
|
|
<center>
|
|
|
|
<x-m>0.76</x-m>
|
|
|
|
<y-m>-0.53</y-m>
|
|
|
|
<z-m>0.32</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.0</x>
|
|
|
|
<y>1.0</y>
|
|
|
|
<z>0.1</z>
|
2002-08-05 18:17:29 +00:00
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>Elevators</object-name>
|
2002-09-08 19:14:27 +00:00
|
|
|
<object-name>ElevatorTrimTab</object-name>
|
2002-08-05 18:17:29 +00:00
|
|
|
<property>/surface-positions/elevator-pos-norm</property>
|
|
|
|
<interpolation>
|
|
|
|
<entry>
|
|
|
|
<ind>-1.0</ind>
|
|
|
|
<dep>-28</dep>
|
|
|
|
</entry>
|
|
|
|
<entry>
|
|
|
|
<ind>0</ind>
|
|
|
|
<dep>0</dep>
|
|
|
|
</entry>
|
|
|
|
<entry>
|
|
|
|
<ind>1.0</ind>
|
|
|
|
<dep>23</dep>
|
|
|
|
</entry>
|
|
|
|
</interpolation>
|
|
|
|
<center>
|
2002-09-08 19:14:27 +00:00
|
|
|
<x-m>4.84</x-m>
|
2002-08-05 18:17:29 +00:00
|
|
|
<y-m>0.0</y-m>
|
2002-09-08 19:14:27 +00:00
|
|
|
<z-m>-0.17</z-m>
|
2002-08-05 18:17:29 +00:00
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.0</x>
|
|
|
|
<y>1.0</y>
|
|
|
|
<z>0.0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
2002-09-08 19:14:27 +00:00
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>ElevatorTrimTab</object-name>
|
|
|
|
<property>/controls/elevator-trim</property>
|
|
|
|
<factor>25</factor>
|
|
|
|
<center>
|
|
|
|
<x-m>5.06</x-m>
|
|
|
|
<y-m>1.12</y-m>
|
|
|
|
<z-m>-0.18</z-m>
|
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.17</x>
|
|
|
|
<y>-0.82</y>
|
|
|
|
<z>0.0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
2002-08-05 18:17:29 +00:00
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>Rudder</object-name>
|
|
|
|
<property>/surface-positions/rudder-pos-norm</property>
|
|
|
|
<factor>17.5</factor>
|
|
|
|
<center>
|
2002-09-08 19:14:27 +00:00
|
|
|
<x-m>4.84</x-m>
|
2002-08-05 18:17:29 +00:00
|
|
|
<y-m>0.0</y-m>
|
2002-09-08 19:14:27 +00:00
|
|
|
<z-m>-.16</z-m>
|
2002-08-05 18:17:29 +00:00
|
|
|
</center>
|
|
|
|
<axis>
|
|
|
|
<x>0.25</x>
|
|
|
|
<y>0.0</y>
|
|
|
|
<z>1.0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
</PropertyList>
|