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

<PropertyList>
    
    <path>followme-loww.ac</path>

    <animation>
      <type>range</type>
      <min-m>0</min-m>
      <max-m>1500</max-m>
    </animation>

    <animation>
        <type>select</type>
        <object-name>Lights</object-name>
        <condition>		
          <greater-than>		
            <property>/sim/time/sun-angle-rad</property>
            <value>1.49</value>
          </greater-than>
        </condition>
    </animation>

    <animation>
        <type>material</type>
        <object-name>Lights</object-name>
        <transparency>0.05</transparency>
        <emission>	
            <red>1.0</red>	
            <green>1.0</green>	
            <blue>1.0</blue>
        </emission>
    </animation>

    <animation>
        <type>material</type>
        <object-name>Cube</object-name>
        <emission>	
            <red>0.2</red>	
            <green>0.2</green>	
            <blue>0.2</blue>
        </emission>
    </animation>

</PropertyList>
