123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <?xml version="1.0"?>
- <!-- note: tach.nas Nasal code must be loaded via the aircraft -set file -->
- <PropertyList>
- <path>tach.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>N2Needle1</object-name>
- <property>instrumentation/tachi/indicated-n2-pct[0]</property>
- <interpolation>
- <entry>
- <ind>0</ind>
- <dep>52</dep>
- </entry>
- <entry>
- <ind>50</ind>
- <dep>92.5</dep>
- </entry>
- <entry>
- <ind>80</ind>
- <dep>187.75</dep>
- </entry>
- <entry>
- <ind>90</ind>
- <dep>223</dep>
- </entry>
- <entry>
- <ind>100</ind>
- <dep>268.73</dep>
- </entry>
- <entry>
- <ind>110</ind>
- <dep>314</dep>
- </entry>
- <entry>
- <ind>120</ind>
- <dep>360</dep>
- </entry>
- </interpolation>
- <axis>
- <x>-1</x>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>N2Needle2</object-name>
- <property>instrumentation/tachi/indicated-n2-pct[1]</property>
- <interpolation>
- <entry>
- <ind>0</ind>
- <dep>52</dep>
- </entry>
- <entry>
- <ind>50</ind>
- <dep>92.5</dep>
- </entry>
- <entry>
- <ind>80</ind>
- <dep>187.75</dep>
- </entry>
- <entry>
- <ind>90</ind>
- <dep>223</dep>
- </entry>
- <entry>
- <ind>100</ind>
- <dep>268.73</dep>
- </entry>
- <entry>
- <ind>110</ind>
- <dep>314</dep>
- </entry>
- <entry>
- <ind>120</ind>
- <dep>360</dep>
- </entry>
- </interpolation>
- <axis>
- <x>-1</x>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>RotorNeedle</object-name>
- <property>instrumentation/tachi/indicated-nr-pct</property>
-
- <interpolation>
- <entry>
- <ind>0</ind>
- <dep>52</dep>
- </entry>
- <entry>
- <ind>50</ind>
- <dep>92.5</dep>
- </entry>
- <entry>
- <ind>80</ind>
- <dep>187.75</dep>
- </entry>
- <entry>
- <ind>90</ind>
- <dep>223</dep>
- </entry>
- <entry>
- <ind>100</ind>
- <dep>268.73</dep>
- </entry>
- <entry>
- <ind>110</ind>
- <dep>314</dep>
- </entry>
- <entry>
- <ind>120</ind>
- <dep>360</dep>
- </entry>
- </interpolation>
- <axis>
- <x>-1</x>
- </axis>
- </animation>
- <!-- dimming -->
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
-
- <condition>
- <greater-than>
- <property>/systems/electrical/outputs/instrument-lights</property>
- <value>10.0</value>
- </greater-than>
- </condition>
- <emission>
- <red> 0.8 </red>
- <green> 0.8 </green>
- <blue> 1.0 </blue>
- <factor-prop>/controls/lighting/stdby-instrument-lights-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>RotorNeedle</object-name>
- <object-name>N2Needle1</object-name>
- <object-name>N2Needle2</object-name>
- <condition>
- <greater-than>
- <property>/systems/electrical/outputs/instrument-lights</property>
- <value>10.0</value>
- </greater-than>
- </condition>
- <emission>
- <red> 0.8 </red>
- <green> 0.8 </green>
- <blue> 1.0 </blue>
- <factor>0.4</factor>
- </emission>
- </animation>
-
-
- <animation>
- <type>noshadow</type>
- <object-name>RotorNeedle</object-name>
- <object-name>N2Needle1</object-name>
- <object-name>N2Needle2</object-name>
- <object-name>Face</object-name>
- </animation>
- </PropertyList>
|