12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>VSI.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>PointerCentre</object-name>
- <object-name>PointerTip</object-name>
- <property>instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
- <interpolation>
- <entry><ind>-2000</ind><dep>-172</dep></entry>
- <entry><ind>-1500</ind><dep>-130</dep></entry>
- <entry><ind>-1000</ind><dep>-79</dep></entry>
- <entry><ind>-500</ind><dep>-33</dep></entry>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>500</ind><dep>33</dep></entry>
- <entry><ind>1000</ind><dep>79</dep></entry>
- <entry><ind>1500</ind><dep>130</dep></entry>
- <entry><ind>2000</ind><dep>172</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- </animation>
-
- <!-- dimming -->
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
- <object-name>PointerTip</object-name>
- <condition>
- <property>systems/electrical/outputs/instrument-lights-norm</property>
- <equals>
- <property>controls/lighting/instrument-lights-selection</property>
- <value>0</value>
- </equals>
- </condition>
- <emission>
- <red> 0.8 </red>
- <green> 0.8 </green>
- <blue> 1.0 </blue>
- <factor>0.5</factor>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
- <object-name>PointerTip</object-name>
- <condition>
- <greater-than>
- <property>controls/lighting/instrument-lights-selection</property>
- <value>0</value>
- </greater-than>
- </condition>
- <emission>
- <red> 0.8 </red>
- <green> 0.8 </green>
- <blue> 1.0 </blue>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- </emission>
- </animation>
- </PropertyList>
|