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

<PropertyList>
	<path>LEDA_Terminal.ac</path>
<animation>
	<type>material</type> 
	<object-name>Glass</object-name>
	<object-name>TWR.Windows</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.8</blue>
	</emission>
</animation>
<animation>
	<type>material</type> 
	<object-name>Main</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>
