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

<PropertyList>

<path>ParkingDynamic_Containers.ac</path>

<animation>
 <object-name>carset1</object-name>
 <type>select</type>
 <condition>
 <and>
  <greater-than>
   <property>/sim/time/local-day-seconds</property>
   <value>20000</value>
  </greater-than>
  <less-than>
   <property>/sim/time/local-day-seconds</property>
   <value>51000</value>
  </less-than>
  </and>
 </condition>
</animation>

<animation>
 <object-name>carset2</object-name>
 <type>select</type>
 <condition>
 <and>
  <greater-than>
   <property>/sim/time/local-day-seconds</property>
   <value>28000</value>
  </greater-than>
  <less-than>
   <property>/sim/time/local-day-seconds</property>
   <value>63500</value>
  </less-than>
  </and>
 </condition>
</animation>

<animation>
 <object-name>carset3</object-name>
 <type>select</type>
 <condition>
 <and>
  <greater-than>
   <property>/sim/time/local-day-seconds</property>
   <value>37500</value>
  </greater-than>
  <less-than>
   <property>/sim/time/local-day-seconds</property>
   <value>72000</value>
  </less-than>
  </and>
 </condition>
</animation>

	<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>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>lamp</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>lamp</object-name>
		<enable-hot type="bool">false</enable-hot>
	</animation>

</PropertyList>
