42832d3e79
Patch goals: 1. Implement instrument and pannel lights controled by the nav-light switch. 2. Use Instruments-3d/vor which includes GS flag and filters for smooth movement of cdi and gs needles to and from parked position. 3. Adjust model and pilot view per the agreed to changes in Re: [Flightgear-devel] c172p pitch at cruise question, 12/06/2008 02:27 PM. These changes were never committed.
59 lines
1.1 KiB
XML
59 lines
1.1 KiB
XML
<?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>
|
|
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>SecondHand</object-name>
|
|
<property>sim/time/utc/day-seconds</property>
|
|
<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>
|
|
<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>
|
|
<factor>0.008333</factor>
|
|
<axis>
|
|
<x>-1</x>
|
|
<y>0</y>
|
|
<z>0</z>
|
|
</axis>
|
|
</animation>
|
|
|
|
</PropertyList>
|
|
|
|
|