<PropertyList>

  <path>french_house_n.ac</path>

  <animation>
    <type>material</type>
    <object-name>Plane</object-name>
    <condition>
      <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</value>
      </greater-than>
    </condition>
    <emission>
      <red>1</red>
      <green>1</green>
      <blue>1</blue>
    </emission>
    <texture>texture_french_house_n2.png</texture>
  </animation>

  <animation>
    <type>material</type>
    <object-name>Plane</object-name>
    <condition>
      <less-than-equals>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</value>
      </less-than-equals>
    </condition>
    <emission>
      <red>0</red>
      <green>0</green>
      <blue>0</blue>
    </emission>
    <texture>texture_french_house_n1.png</texture>
  </animation>

</PropertyList>