<PropertyList>

	
	<path>LFRN_SmallBuilding.ac</path>

	
    <animation>
    	<type>material</type>
    	<object-name>Batiment</object-name>
		<object-name>BaseAntenn</object-name>
		<object-name>Antenne2</object-name>
		<object-name>Antenne</object-name>
		<object-name>SupportAnt</object-name>
		<object-name>aeration</object-name>
		<object-name>aeration2</object-name>
		<object-name>aeration3</object-name>
    	<condition>
      		<greater-than>
        		<property>/sim/time/sun-angle-rad</property>
       			 <value>1.57</value>
      		</greater-than>
    	</condition>
 		<emission>
      		<red>   0.08 </red> 
 			<green> 0.08 </green>
      		<blue>  0.08 </blue>
    	</emission>
  	</animation>
	
	<animation>
    	<type>material</type>
    	<object-name>Batiment</object-name>
		<object-name>BaseAntenn</object-name>
		<object-name>Antenne2</object-name>
		<object-name>Antenne</object-name>
		<object-name>SupportAnt</object-name>
		<object-name>aeration</object-name>
		<object-name>aeration2</object-name>
		<object-name>aeration3</object-name>
    	<condition>
      		<less-than-equals>
        		<property>/sim/time/sun-angle-rad</property>
       			 <value>1.57</value>
      		</less-than-equals>
    	</condition>
 		<emission>
      		<red>   0.2 </red>
 			<green> 0.2 </green>
      		<blue>  0.2 </blue>
    	</emission>
  	</animation>
	


</PropertyList>