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

<PropertyList>

	<path>EDDC_POL.ac</path>

<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.0</red>	
  <green>1.0</green>	
  <blue>1.0</blue>
 </emission>
</animation>
<animation>
 <type>material</type>
    <object-name>rollup</object-name>
    <object-name>winbar</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.6</blue>
 </emission>
</animation>
<animation>
 <type>material</type>
    <object-name>polwindow</object-name>
 <condition>		
  <greater-than>		
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>	
  <red>0.3</red>	
  <green>0.3</green>	
  <blue>0.3</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.15</red>	
  <green>0.15</green>	
  <blue>0.15</blue>
 </emission>
</animation>
</PropertyList>
