123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>stdby-adi.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>drum</object-name>
- <property>instrumentation/attitude-indicator/indicated-roll-deg</property>
- <center>
- <x-m>-0.0113</x-m>
- <y-m>0.0</y-m>
- <z-m>0.0</z-m>
- </center>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>bkg</object-name>
- <property>instrumentation/attitude-indicator/indicated-roll-deg</property>
- <center>
- <x-m>0.0</x-m>
- <y-m>0.0</y-m>
- <z-m>0.0</z-m>
- </center>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>drum</object-name>
- <property>instrumentation/attitude-indicator/indicated-pitch-deg</property>
- <factor>1.5</factor>
- <center>
- <x-m>-0.0117</x-m>
- <y-m>0.0</y-m>
- <z-m>0.0</z-m>
- </center>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>bank-index</object-name>
- <property>instrumentation/attitude-indicator/indicated-roll-deg</property>
- <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>
-
- <!-- dimming -->
- <animation>
- <type>material</type>
- <object-name>bank-index</object-name>
- <object-name>drum</object-name>
- <object-name>bkg</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>range</type>
- <min-m>0</min-m>
- <max-m>50</max-m>
- </animation>
- </PropertyList>
|