<PropertyList>

 

<path>EUROPOLES_GLS.ac</path>

 

<animation>
 <type>material</type>
    <object-name>gls_redlight</object-name>
 <condition>		
  <greater-than>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>	
  <red>1.0</red>	
  <green>1.0</green>	
  <blue>1.0</blue>
 </emission>
</animation>

<animation>
 <type>material</type>
    <object-name>blah</object-name>
 <condition>		
  <greater-than>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>	
  <red>0.1</red>	
  <green>0.1</green>	
  <blue>0.1</blue>
 </emission>
</animation>




</PropertyList>