<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
	<path>Apronlamp16m360deg.ac</path>

	<animation>
		<type>material</type>
		<object-name>lightarea</object-name>
		<transparency>
			<alpha-prop>environment/visibility-m</alpha-prop>
			<factor>1</factor>
			<offset>0</offset>
		</transparency>
		<threshold>0.001</threshold>
	</animation>

	<animation>
		<type>select</type>
		<object-name>lightarea</object-name>
		<condition>		
			<greater-than>		
				<property>/sim/time/sun-angle-rad</property>
				<value>1.49</value>
			</greater-than>
		</condition>
	</animation>

	<animation>
		<type>material</type>
		<object-name>redlight</object-name>
		<condition>		
		<greater-than>		
			<property>/sim/time/sun-angle-rad</property>
			<value>1.49</value>
		</greater-than>
		</condition>
		<emission>	
			<red>1.0</red>	
			<green>1.0</green>	
			<blue>1.0</blue>
		</emission>
	</animation>

	<animation>
		<type>material</type>
		<object-name>floodlight</object-name>
		<condition>		
			<greater-than>		
				<property>/sim/time/sun-angle-rad</property>
				<value>1.49</value>
			</greater-than>
		</condition>
		<emission>	
			<red>0.9</red>	
			<green>0.9</green>	
			<blue>0.9</blue>
		</emission>
	</animation>

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

	<animation>
		<object-name>lightvolume</object-name>
		<object-name>lightarea</object-name>
		<object-name>blah</object-name>
		<enable-hot type="bool">false</enable-hot>
	</animation>

</PropertyList>