<?xml version="1.0"?>

<PropertyList>

  <path>eddf_a380_hall.ac</path>

<animation>
<type>material</type> 
<object-name>ceilinglights</object-name>
<object-name>innerwall</object-name>
<object-name>tor</object-name>
<object-name>signs</object-name>
<condition>		
<greater-than>		
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
<emission>	
<red>1</red>	
<green>0.9</green>	
<blue>0.8</blue>
</emission>
</animation>

<animation>
    <type>select</type>
<object-name>groundlight</object-name>
<object-name>lightcone</object-name>
<enable-hot type="bool">false</enable-hot>
<condition>		
<greater-than>		
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
</animation>

<animation>
<type>material</type> 
<object-name>ceilinglights</object-name>
<object-name>innerwall</object-name>
<object-name>tor</object-name>
<object-name>signs</object-name>
<condition>		
<less-than-equals>		
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</less-than-equals>
</condition>
<emission>	
<red>0</red>	
<green>0</green>	
<blue>0</blue>
</emission>
</animation>


</PropertyList>
