1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>vsi.ac</path>
- <animation>
- <type>material</type>
- <object-name>VSI.Face</object-name>
- <object-name>VSI.Needle</object-name>
- <emission>
- <red>0.8</red>
- <green>0.4</green>
- <blue>0.2</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>VSI.Needle</object-name>
- <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
- <min>-6000.0</min>
- <max>6000.0</max>
- <scale>1.0</scale>
- <interpolation>
- <entry><ind>-6000</ind><dep>-165</dep></entry>
- <entry><ind>-3000</ind><dep>-165</dep></entry>
- <entry><ind>-2000</ind><dep>-120</dep></entry>
- <entry><ind>-1000</ind><dep>-60</dep></entry>
- <entry><ind> 0</ind><dep> 0</dep></entry>
- <entry><ind> 1000</ind><dep> 60</dep></entry>
- <entry><ind> 2000</ind><dep>120</dep></entry>
- <entry><ind> 3000</ind><dep>165</dep></entry>
- <entry><ind> 6000</ind><dep>165</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|