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

<PropertyList>

	<path>EDDC_WASH.ac</path>

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

<animation>
 <type>material</type>
    <object-name>innerwall</object-name>
    <object-name>roofwindow</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>

</PropertyList>
