<PropertyList>

  <path>zurich-airport_hotel.ac</path>

  <animation>
    <type>material</type>
    <object-name>Fassade</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.4</green>
      <blue>0.7</blue>
    </emission>
  </animation>

   <animation>
    <type>material</type>
    <object-name>Fassade</object-name>
    <condition>
      <less-than-equals>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</value>
      </less-than-equals>
    </condition>
    <emission>
      <red>   0.0 </red>
      <green> 0.0 </green>
      <blue>  0.0 </blue>
    </emission>
  </animation>
  
   <animation>   
    <type>material</type>
    <object-name>Glass</object-name>
    <condition>
      <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</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>Fassade-innen</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.2</green>
      <blue>0.5</blue>
    </emission>
  </animation>
 
    <animation>
    <type>material</type>
    <object-name>Aufzug</object-name>
    <condition>
      <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</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>Fassade_dunkel</object-name>
    <condition>
      <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</value>
      </greater-than>
    </condition>
    <emission>
      <red>0.0627</red>
      <green>0.0675</green>
      <blue>0.0824</blue>
    </emission>
  </animation> 

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

 </PropertyList>