240 lines
4.8 KiB
XML
240 lines
4.8 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- air speed indicator -->
|
|
|
|
<PropertyList>
|
|
|
|
<path>../../../../Aircraft/Buccaneer/Instruments/asi.ac</path>
|
|
<texture-path>../../../../Aircraft/Instruments</texture-path>
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>Needle1</object-name>
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
<interpolation>
|
|
<entry>
|
|
<ind>0</ind>
|
|
<dep>0</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>50</ind>
|
|
<dep>180</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>100</ind>
|
|
<dep>360</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>200</ind>
|
|
<dep>720</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>300</ind>
|
|
<dep>1080</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>400</ind>
|
|
<dep>1440</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>500</ind>
|
|
<dep>1800</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>600</ind>
|
|
<dep>2160</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>700</ind>
|
|
<dep>2520</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>800</ind>
|
|
<dep>2880</dep>
|
|
</entry>
|
|
</interpolation>
|
|
<center>
|
|
<x-m>0</x-m>
|
|
<y-m>0</y-m>
|
|
<z-m>0</z-m>
|
|
</center>
|
|
<axis>
|
|
<x>-1</x>
|
|
<y>0</y>
|
|
<z>0</z>
|
|
</axis>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>Needle2</object-name>
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
<interpolation>
|
|
<entry>
|
|
<ind>0</ind>
|
|
<dep>0</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>100</ind>
|
|
<dep>36</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>200</ind>
|
|
<dep>72</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>300</ind>
|
|
<dep>108</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>400</ind>
|
|
<dep>144</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>500</ind>
|
|
<dep>180</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>600</ind>
|
|
<dep>216</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>700</ind>
|
|
<dep>252</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>800</ind>
|
|
<dep>288</dep>
|
|
</entry>
|
|
</interpolation>
|
|
<center>
|
|
<x-m>0</x-m>
|
|
<y-m>0</y-m>
|
|
<z-m>0</z-m>
|
|
</center>
|
|
<axis>
|
|
<x>-1</x>
|
|
<y>0</y>
|
|
<z>0</z>
|
|
</axis>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>material</type>
|
|
<object-name>face</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>Needle1</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>Needle2</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>
|
|
|
|
<!-- AoA Indexer -->
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>too-slow</object-name>
|
|
<condition>
|
|
<greater-than>
|
|
<property>/orientation/alpha-deg</property>
|
|
<property>/sim/aoa-indexer/slow-deg</property>
|
|
</greater-than>
|
|
</condition>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>on-speed</object-name>
|
|
<condition>
|
|
<not>
|
|
<or>
|
|
<greater-than>
|
|
<property>/orientation/alpha-deg</property>
|
|
<property>/sim/aoa-indexer/too-slow-deg</property>
|
|
</greater-than>
|
|
<less-than>
|
|
<property>/orientation/alpha-deg</property>
|
|
<property>/sim/aoa-indexer/too-fast-deg</property>
|
|
</less-than>
|
|
</or>
|
|
</not>
|
|
</condition>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>too-fast</object-name>
|
|
<condition>
|
|
<less-than>
|
|
<property>/orientation/alpha-deg</property>
|
|
<property>/sim/aoa-indexer/fast-deg</property>
|
|
</less-than>
|
|
</condition>
|
|
</animation>
|
|
|
|
<!-- Terrain Warning -->
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>terrain_light</object-name>
|
|
<condition>
|
|
<property>/sim/alarms/terrain-warning</property>
|
|
</condition>
|
|
<condition>
|
|
<greater-than>
|
|
<property>/systems/electrical/outputs/radar</property>
|
|
<value>23</value>
|
|
</greater-than>
|
|
</condition>
|
|
</animation>
|
|
<!--<animation>
|
|
<type>pick</type>
|
|
<object-name>light_body</object-name>
|
|
<action>
|
|
<button>0</button>
|
|
<repeatable>false</repeatable>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/sim/alarms/terrain-warning</property>
|
|
<value>1</value>
|
|
</binding>
|
|
<mod-up>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/sim/alarms/terrain-warning</property>
|
|
<value>0</value>
|
|
</binding>
|
|
</mod-up>
|
|
</action>
|
|
</animation>-->
|
|
|
|
<!-- *** LoD *** -->
|
|
<animation>
|
|
<type>range</type>
|
|
<min-m>0</min-m>
|
|
<max-m>100</max-m>
|
|
</animation>
|
|
|
|
</PropertyList>
|