Updated with animations, more detail, and new panel.
This commit is contained in:
parent
4607443af8
commit
0fa583feba
3 changed files with 3886 additions and 2236 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -4,20 +4,23 @@
|
|||
|
||||
<path>c172p.ac</path>
|
||||
|
||||
<!-- Temporarily use the 2D panel hack, until I have time to make
|
||||
3D instruments -->
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
||||
<bottom-left>
|
||||
<x-m>-0.65</x-m>
|
||||
<x-m>-0.60</x-m>
|
||||
<y-m>-0.45</y-m>
|
||||
<z-m>-0.08</z-m>
|
||||
</bottom-left>
|
||||
<bottom-right>
|
||||
<x-m>-0.65</x-m>
|
||||
<x-m>-0.60</x-m>
|
||||
<y-m> 0.45</y-m>
|
||||
<z-m>-0.08</z-m>
|
||||
</bottom-right>
|
||||
<top-left>
|
||||
<x-m>-0.65</x-m>
|
||||
<x-m>-0.60</x-m>
|
||||
<y-m>-0.45</y-m>
|
||||
<z-m> 0.22</z-m>
|
||||
</top-left>
|
||||
|
@ -31,9 +34,225 @@
|
|||
<max-m>10000</max-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Propeller</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>500</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Propeller.Slow</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>300</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>1500</value>
|
||||
</less-than>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Propeller.Fast</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>1500</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<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>
|
||||
<factor>-0.01</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.Fast</object-name>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<factor>-0.005</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>rotate</type>
|
||||
<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>
|
||||
<interpolation>
|
||||
<entry>
|
||||
<ind>-1.0</ind>
|
||||
<dep>15</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>0.0</ind>
|
||||
<dep>0</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>1.0</ind>
|
||||
<dep>-20</dep>
|
||||
</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>rotate</type>
|
||||
<object-name>RightAileron</object-name>
|
||||
<property>/surface-positions/right-aileron-pos-norm</property>
|
||||
<interpolation>
|
||||
<entry>
|
||||
<ind>-1.0</ind>
|
||||
<dep>-20</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>0.0</ind>
|
||||
<dep>0</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>1.0</ind>
|
||||
<dep>15</dep>
|
||||
</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>
|
||||
</center>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
<y>1.0</y>
|
||||
<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>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Elevators</object-name>
|
||||
<object-name>ElevatorTrimTab</object-name>
|
||||
<property>/surface-positions/elevator-pos-norm</property>
|
||||
<interpolation>
|
||||
<entry>
|
||||
|
@ -50,9 +269,9 @@
|
|||
</entry>
|
||||
</interpolation>
|
||||
<center>
|
||||
<x-m>5.65</x-m>
|
||||
<x-m>4.84</x-m>
|
||||
<y-m>0.0</y-m>
|
||||
<z-m>-0.05</z-m>
|
||||
<z-m>-0.17</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -63,30 +282,17 @@
|
|||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Elevators</object-name>
|
||||
<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>
|
||||
<object-name>ElevatorTrimTab</object-name>
|
||||
<property>/controls/elevator-trim</property>
|
||||
<factor>25</factor>
|
||||
<center>
|
||||
<x-m>5.65</x-m>
|
||||
<y-m>0.0</y-m>
|
||||
<z-m>-0.05</z-m>
|
||||
<x-m>5.06</x-m>
|
||||
<y-m>1.12</y-m>
|
||||
<z-m>-0.18</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
<y>1.0</y>
|
||||
<x>0.17</x>
|
||||
<y>-0.82</y>
|
||||
<z>0.0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
@ -97,9 +303,9 @@
|
|||
<property>/surface-positions/rudder-pos-norm</property>
|
||||
<factor>17.5</factor>
|
||||
<center>
|
||||
<x-m>5.85</x-m>
|
||||
<x-m>4.84</x-m>
|
||||
<y-m>0.0</y-m>
|
||||
<z-m>0.5</z-m>
|
||||
<z-m>-.16</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>0.25</x>
|
||||
|
|
Loading…
Reference in a new issue