<?xml version="1.0" encoding="UTF-8" ?>

<!-- Texture shift and LampOn -->

<PropertyList>

 <path>TNCB_lightpole.ac</path>

  <animation>
    <type>material</type> 
    <object-name>LampLight</object-name> 
 <condition>		
  <greater-than-equals>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than-equals>
 </condition>
 <emission>	
  <red>0.9</red>	
  <green>0.8</green>	
  <blue>0.5</blue>
 </emission>
  </animation>

  <animation>
    <type>textranslate</type> 
    <object-name>LampPole</object-name> 
    <property>/sim/time/sun-angle-rad</property>
    <bias>0.0001</bias>
    <step> 1.57 </step>
    <factor>0.07</factor>
    <axis> 
      <x> 1 </x> 
      <y>  0 </y> 
    </axis> 
  </animation>

<!--
  <animation>
    <type>textranslate</type> 
    <object-name>EuroMastCombined</object-name> 
    <property>/sim/time/sun-angle-rad</property>
    <step> 1.57 </step>
    <factor>0.318471338</factor>
    <axis> 
      <x> -1 </x> 
      <y>  0 </y> 
    </axis> 
  </animation>
-->

 <animation>
  <type>select</type>
  <object-name>LampShine</object-name>
      <condition>
       <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.50</value>
       </greater-than>
      </condition>
 </animation>

</PropertyList>

