123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>clock.ac</path>
-
-
- <animation>
- <type>rotate</type>
- <object-name>SecondHand</object-name>
- <expression>
- <prod>
- <property>/instrumentation/clock/indicated-sec</property>
- <value>6</value>
- </prod>
- </expression>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>MinuteHand</object-name>
- <expression>
- <prod>
- <sum>
- <property>/instrumentation/clock/indicated-min</property>
- <div>
- <property>/sim/time/real/second</property>
- <value>60</value>
- </div>
- </sum>
- <value>6</value>
- </prod>
- </expression>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>HourHand</object-name>
- <expression>
- <prod>
- <sum>
- <property>/instrumentation/clock/local-hour</property>
- <div>
- <property>/instrumentation/clock/indicated-min</property>
- <value>60</value>
- </div>
- </sum>
- <value>30</value>
- </prod>
- </expression>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <!-- dimming -->
- <animation>
- <name>all</name>
- <object-name>Face</object-name>
- <object-name>SecondHand</object-name>
- <object-name>MinuteHand</object-name>
- <object-name>HourHand</object-name>
- </animation>
-
-
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
-
- <emission>
- <red> 0.8 </red>
- <green> 0.8 </green>
- <blue> 1.0 </blue>
-
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>all</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>all</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>
|