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

<PropertyList>
	<path>edtf-akaflieg-hangar.ac</path>
	
	<effect>
		<inherits-from>Effects/model-transparent</inherits-from>
		<object-name>akaflieg_logo</object-name>
	</effect>
	
	<animation>
		<type>material</type> 
		<object-name>windows.lit</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.3</green>	
			<blue>0.3</blue>
		</emission>
	</animation>
	<animation>
		<type>select</type>
		<object-name>windows.lit</object-name>
		<condition>
			<greater-than>
				<property>/sim/time/sun-angle-rad</property>
				<value> 1.57 </value>
			</greater-than>
		</condition>
	</animation>
</PropertyList>
