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

<PropertyList>
	<path>EDDP_DHL_Tank.ac</path>

	
<animation>
   <type>range</type>
   <object-name>gelaender1</object-name>
   <object-name>gelaender2</object-name>
   <min-m>0</min-m>
  <max-property>/sim/rendering/static-lod/detailed</max-property>
 </animation>
	
	<animation>
    <type>material</type>
    <object-name>zylinderweiss</object-name>
    <condition>
        <greater-than>
          <property>/sim/time/sun-angle-rad</property>
          <value>1.67</value>
        </greater-than>
    </condition>
    <emission>	
	<red>0.4</red>	
	<green>0.4</green>	
	<blue>0.4</blue>
    </emission>
</animation>

<animation>
    <type>material</type>
    <object-name>dhlstreifen</object-name>
    <condition>
        <greater-than>
          <property>/sim/time/sun-angle-rad</property>
          <value>1.67</value>
        </greater-than>
    </condition>
    <emission>	
	<red>0.5</red>	
	<green>0.5</green>	
	<blue>0.5</blue>
    </emission>
</animation>

<animation>
    <type>material</type>
    <object-name>dach</object-name>
    <condition>
        <greater-than>
          <property>/sim/time/sun-angle-rad</property>
          <value>1.67</value>
        </greater-than>
    </condition>
    <emission>	
	<red>0.2</red>	
	<green>0.2</green>	
	<blue>0.2</blue>
    </emission>
</animation>

</PropertyList>
