<?xml version="1.0"?>

<PropertyList>
	<path>Modulevillecarre-ba.ac</path>
	
	<animation>
		<type>range</type>
		<min-m>0</min-m>
		<max-m>8000</max-m>
	</animation>
	
	<animation>
		<type>material</type>
		<object-name>Mesh</object-name>
		<condition>
			<greater-than>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</greater-than>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>1</red>
			<green>1</green>
			<blue>1</blue>
		</emission>
		<texture>villelit.png</texture>
	</animation>
	
	<animation>
		<type>material</type>
		<object-name>Mesh</object-name>
		<condition>
			<less-than-equals>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</less-than-equals>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>0</red>
			<green>0</green>
			<blue>0</blue>
		</emission>
		<texture>ville.png</texture>
	</animation>

</PropertyList>