<PropertyList>

<path>HeughHillLighthouse.ac</path>

<animation>
 <type>material</type> 
 <object-name>GreenLight</object-name>
 <condition>		
  <greater-than>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>	
  <red>0</red>	
  <green>1</green>	
  <blue>0</blue>
 </emission>
</animation>
 <animation>
 <type>material</type> 
 <object-name>RedLight</object-name>
 <condition>		
  <greater-than>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>	
  <red>1</red>	
  <green>0</green>	
  <blue>0</blue>
 </emission>
</animation>
 <animation>
 <type>material</type> 
 <object-name>WhiteLight</object-name>
 <condition>		
  <greater-than>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>	
  <red>1</red>	
  <green>1</green>	
  <blue>1</blue>
 </emission>
</animation>
 <animation>
  <type>rotate</type>
  <object-name>LightMask</object-name>
  <condition>
   <greater-than>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.57</value>
   </greater-than>
  </condition>
  <property>/sim/time/elapsed-sec</property>
  <factor>10</factor>
  <center>
   <x-m>0</x-m>
   <y-m>0</y-m>
   <z-m>0</z-m>
  </center>
  <axis>
   <x>0</x>
   <y>0</y>
   <z>9</z>
  </axis>
 </animation>

</PropertyList>