1
0
Fork 0
fgdata/Aircraft/c172p/Instruments/clock/clock.xml

60 lines
1.1 KiB
XML
Raw Normal View History

2008-10-11 23:17:23 +00:00
<?xml version="1.0"?>
<PropertyList>
<path>clock.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>SecondHand</object-name>
<object-name>MinuteHand</object-name>
<object-name>HourHand</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
2008-10-11 23:17:23 +00:00
<animation>
<type>rotate</type>
<object-name>SecondHand</object-name>
<property>sim/time/utc/day-seconds</property>
2008-10-11 23:17:23 +00:00
<factor>6</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>MinuteHand</object-name>
<property>sim/time/utc/day-seconds</property>
2008-10-11 23:17:23 +00:00
<factor>0.1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HourHand</object-name>
<property>sim/time/utc/day-seconds</property>
2008-10-11 23:17:23 +00:00
<factor>0.008333</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>