123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0"?>
- <!--
- Your basic clock, 50mm version
- Gary "Buckaroo" Neely
- -->
- <PropertyList>
- <path>clock_50mm.ac</path>
- <animation>
- <type>material</type>
- <object-name>Clock.Face</object-name>
- <object-name>Clock.Hour</object-name>
- <object-name>Clock.Minute</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>Clock.Hour</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>Clock.Minute</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>Clock.Knob</object-name>
- <property>/instrumentation/clock/offset-sec</property>
- <interpolation>
- <entry><ind>-43200</ind><dep>-180</dep></entry>
- <entry><ind> 0</ind><dep> 0</dep></entry>
- <entry><ind> 43200</ind><dep> 180</dep></entry>
- </interpolation>
- <center>
- <x-m>0</x-m>
- <y-m>-0.023</y-m>
- <z-m>-0.023</z-m>
- </center>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|