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

<PropertyList>
	<path>uniklinik-freiburg.ac</path>
	
	<effect>
		<inherits-from>Effects/model-transparent</inherits-from>
		<object-name>helipad_net</object-name>
	</effect>
	
	<animation>
		<type>material</type> 
		<object-name>emergency_sign</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.1</green>	
			<blue>0.1</blue>
		</emission>
	</animation>
	<animation>
		<type>textranslate</type> 
		<object-name>emergency_sign</object-name>
		<property>/sim/time/sun-angle-rad</property>
		<step> 1.57 </step>
		<factor>-0.0726</factor> <!-- -0.114 / 1.57 -->
		<axis> 
			<x> 1 </x> 
			<y> 0 </y> 
		</axis> 
	</animation>
</PropertyList>
