<PropertyList>

    <path>EDDP_terminal.ac</path>

    <animation>
	<type>material</type> 
	<object-name>LOGO1</object-name>
	<object-name>LOGO2</object-name>
	<condition>		
		<greater-than>		
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</greater-than>
	</condition>
	<emission>	
		<red>0.5</red>	
		<green>0.5</green>	
		<blue>0.5</blue>
	</emission>
</animation>

<animation>
	<type>material</type> 
	<object-name>terminal</object-name>
	<object-name>terminal2</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.7</blue>
	</emission>
</animation>

<animation>
	<type>material</type> 
	<object-name>LOGO1</object-name>
	<object-name>LOGO2</object-name>
	<object-name>terminal</object-name>
	<object-name>terminal2</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>