1
0
Fork 0
fgdata/AI/Aircraft/Buccaneer/Instruments/altimeter_vsi.xml
2015-03-07 22:11:00 +01:00

220 lines
4.9 KiB
XML

<?xml version="1.0"?>
<!-- Altimeter -->
<PropertyList>
<!-- Altimeter -->
<path>../../../../Aircraft/Buccaneer/Instruments/altimeter_vsi.ac</path>
<!-- Altimeter Needle -->
<animation>
<type>rotate</type>
<object-name>alt_needle</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.36</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.0444</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Pressure Digits -->
<animation>
<type>textranslate</type>
<object-name>press_digit1</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>press_digit2</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>press_digit3</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<factor>1.0</factor>
<step>0.1</step>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>press_digit4</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<factor>10.0</factor>
<step>0.01</step>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<!-- Altitude Digits -->
<animation>
<type>textranslate</type>
<object-name>altimeter_digit1</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.00001</factor>
<step>10000</step>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>altimeter_digit2</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<!-- vertical speed indicator -->
<animation>
<type>rotate</type>
<object-name>vsi_needle</object-name>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
<interpolation>
<entry><ind>-6000</ind><dep>-155</dep></entry>
<entry><ind>-2000</ind><dep>-90</dep></entry>
<entry><ind>-1000</ind><dep>-65</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1000</ind><dep>65</dep></entry>
<entry><ind>2000</ind><dep>90</dep></entry>
<entry><ind>6000</ind><dep>155</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>-0.0344</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Pressure Knob -->
<animation>
<type>pick</type>
<visible>false</visible>
<object-name>press_up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>0.01</step>
<wrap>false</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>press_down</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>-0.01</step>
<wrap>false</wrap>
</binding>
</action>
</animation>
<animation>
<type>rotate</type>
<object-name>alt_knob</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<factor>100</factor>
<center>
<x-m>0</x-m>
<y-m>-0.0309259</y-m>
<z-m>-0.00351886</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Flag -->
<animation>
<type>select</type>
<object-name>orange_dot</object-name>
<condition>
<property>/instrumentation/master-reference-gyro/off-flag</property>
</condition>
</animation>
<!-- Panel Lighting -->
<animation>
<type>material</type>
<object-name>altimeter_vsi</object-name>
<emission>
<factor-prop>/systems/electrical/outputs/instrument-lighting</factor-prop>
<red>0.03125</red>
<green>0.0089</green>
<blue>0.0089</blue>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>panel-lighting-group</object-name>
<emission>
<factor-prop>/systems/electrical/outputs/panel-floodlighting</factor-prop>
<red>0.03125</red>
<green>0.0089</green>
<blue>0.0089</blue>
</emission>
</animation>
<!-- *** LoD *** -->
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>5</max-m>
</animation>
</PropertyList>