<PropertyList>

<path>LOWI_cargo.ac</path>


<animation>
	<type>material</type> 
	<object-name>sign</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>


<animation>
	<type>material</type> 
	<object-name>window_lights</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.6</green>	
		<blue>0.4</blue>
	</emission>
</animation>


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


</PropertyList>