<PropertyList>
  <path>no-trondheim-tyholt-tower.ac</path>

  <animation>
    <type>select</type>
    <object-name>vilkku-on</object-name>
    <condition>
      <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</value>
      </greater-than>
    </condition>
  </animation>

  <animation>
    <type>timed</type>
    <object-name>vilkku-on</object-name>
    <object-name>vilkku-off</object-name>
    <duration-sec>1.0</duration-sec>
    <condition>
      <greater-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.57</value>
      </greater-than>
    </condition>
  </animation>

  

  
  <animation>
    <type>material</type>  
    <object-name>runko</object-name>
    <object-name>masto</object-name>
    <object-name>ylaosa</object-name>
    <object-name>valitaso</object-name>
    <object-name>ikkunat</object-name>
    <emission>
      <red>0.0</red>
      <green>0.0</green>
      <blue>0.0</blue>
    </emission>
    <condition>
      <less-than>
        <property>/sim/time/sun-angle-rad</property>
        <value>1.47</value>
      </less-than>
    </condition>
  </animation>

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

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

</PropertyList>