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

<PropertyList>
  <path>SPAF_Hangar.ac</path>

  <animation>
    <type>material</type>
    <object-name>Windows</object-name>
    <condition>
      <greater-than>
      <property>/sim/time/sun-angle-rad</property>
      <value>1.57</value>
    </greater-than>
  </condition>
  <emission>	
    <red>0.4</red>	
    <green>0.4</green>	
    <blue>0.2</blue>
  </emission>
  </animation>
  <animation>
    <type>material</type>
    <object-name>Hangar</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.1</blue>
  </emission>
  </animation>
</PropertyList>
