<PropertyList>

    <path>mercedes_motorenwerk.ac</path>

	<animation>
    <type>material</type>
    <object-name>dachfenster</object-name>
    <condition>
        <greater-than>
          <property>/sim/time/sun-angle-rad</property>
          <value>1.57</value>
        </greater-than>
    </condition>
    <emission>	
	<red>0.1</red>	
	<green>0.1</green>	
	<blue>0.15</blue>
    </emission>
</animation>	
	
<animation>
    <type>material</type>
    <object-name>dach</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>
    <type>material</type>
    <object-name>hallenfront</object-name>
    <condition>
        <greater-than>
          <property>/sim/time/sun-angle-rad</property>
          <value>1.62</value>
        </greater-than>
    </condition>
    <emission>	
	<red>0.3</red>	
	<green>0.3</green>	
	<blue>0.3</blue>
    </emission>
</animation>

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

</PropertyList>