123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>chronograph.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>HourHand</object-name>
- <property>instrumentation/clock/indicated-sec</property>
- <factor>0.00833333333333333</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>MinuteHand</object-name>
- <property>instrumentation/clock/indicated-sec</property>
- <factor>0.1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>SecondHand</object-name>
- <property>instrumentation/clock/indicated-sec</property>
- <factor>6.0</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </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>HourHand</object-name>
- <object-name>MinuteHand</object-name>
- <object-name>SecondHand</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>
-
- <!-- LoD -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>35</max-m>
- </animation>
- </PropertyList>
|