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

<PropertyList>
	<path>GenericStadium.ac</path>

<!-- Switch lights off during day -->
<animation>
	<type>select</type>
	<object-name>Lights</object-name>
	<condition>		
		<greater-than>		
		<property>/sim/time/sun-angle-rad</property>
		<value>1.57</value>
		</greater-than>
	</condition>
</animation>

<!-- Illuminate the stadium at night -->
<animation>
	<type>material</type> 
	<object-name>Stadium</object-name>
	<condition>		
		<greater-than>		
		<property>/sim/time/sun-angle-rad</property>
		<value>1.57</value>
		</greater-than>
	</condition>
	<emission>	
		<red>0.7</red>	
		<green>0.7</green>	
		<blue>0.7</blue>
	</emission>
</animation>
</PropertyList>
