bc002ff33f
Updated electrical system ...instrument light output normalized Added OSG hotspots to most instruments ... more to go yet PLIB hotspots temporarily broken ..need to resize panel to avoid whiteouts... (a waste of time ) but some still use PLIB , so needs to be fixed ... ;)
39 lines
No EOL
937 B
XML
39 lines
No EOL
937 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Airspeed Indicator (300 kt)
|
|
Syd Adams
|
|
-->
|
|
<PropertyList>
|
|
|
|
<path>asi300.ac</path>
|
|
|
|
<animation>
|
|
<type>material</type>
|
|
<object-name>ASIneedle</object-name>
|
|
<object-name>ASIface</object-name>
|
|
<emission>
|
|
<red>0.8</red>
|
|
<green>0.4</green>
|
|
<blue>0.2</blue>
|
|
<factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
|
|
</emission>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>ASIneedle</object-name>
|
|
<property>/velocities/airspeed-kt</property>
|
|
<interpolation>
|
|
<entry><ind>0</ind><dep>0</dep></entry>
|
|
<entry><ind>100</ind><dep>97</dep></entry>
|
|
<entry><ind>150</ind><dep>157</dep></entry>
|
|
<entry><ind>200</ind><dep>216</dep></entry>
|
|
<entry><ind>250</ind><dep>277</dep></entry>
|
|
<entry><ind>300</ind><dep>336.5</dep></entry>
|
|
</interpolation>
|
|
<axis>
|
|
<x>-1.0</x>
|
|
</axis>
|
|
</animation>
|
|
|
|
</PropertyList> |