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

<PropertyList>	
	
<path>lsgs-terminal.ac</path>	
	
<!-- Texture illuminate for window lights -->
<animation>
  <name>window_light</name>
  <object-name>w1</object-name>
</animation>
	
<animation>
 <type>select</type> 
 <object-name>window_light</object-name>
 <condition>		
   <greater-than>		
     <property>/sim/time/sun-angle-rad</property>
     <value>1.57</value>
   </greater-than>
 </condition>
</animation>
	
<animation>
  <type>material</type> 
  <object-name>w1</object-name>
  <condition>		
    <greater-than>		
      <property>/sim/time/sun-angle-rad</property>
      <value>1.57</value>
    </greater-than>
  </condition>
  <emission>	
    <red>0.6</red>	
    <green>0.6</green>	
    <blue>0.4</blue>
  </emission>
</animation>

</PropertyList>

