12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>clock.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>HR.hand</object-name>
- <property>instrumentation/clock/local-hour</property>
- <interpolation>
- <entry><ind>0.0</ind><dep>0</dep></entry>
- <entry><ind>12.0</ind><dep>360</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>CLOCK.face</object-name>
- <object-name>HR.hand</object-name>
- <object-name>MN.hand</object-name>
- <object-name>SC.hand</object-name>
-
- <emission>
- <red> 0.25 </red>
- <green> 0.25 </green>
- <blue> 0.25 </blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>MN.hand</object-name>
- <property>instrumentation/clock/indicated-min</property>
- <interpolation>
- <entry><ind>0.0</ind><dep>0</dep></entry>
- <entry><ind>60.0</ind><dep>360</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>SC.hand</object-name>
- <property>instrumentation/clock/indicated-sec</property>
- <factor>6</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|