<PropertyList>

 <path>ant_gibloux.ac</path>

 <animation>
  <type>alpha-test</type>
  <alpha-factor>0.01</alpha-factor>
 </animation>

 <effect>
    <inherits-from>Effects/model-transparent</inherits-from>
    <object-name>red-light-plate</object-name>    
    <object-name>white-light-plate</object-name>    
  </effect>


 <animation>
  <type>select</type>
 <object-name>white-light-plate</object-name>
 <object-name>Pos1</object-name>
  <condition>
   <less-than>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.57</value>
   </less-than>
  </condition>
 </animation>
 
 <animation>
 <type>timed</type>
 <object-name>white-light-plate</object-name>
<object-name>Pos1</object-name>
 <use-personality type="bool">true</use-personality>
<branch-duration-sec>
  <random>
   <min>1.5</min>
   <max>1.5</max>
  </random>
 </branch-duration-sec>
 <branch-duration-sec>
  <random>
   <min>0.025</min>
   <max>0.025</max>
  </random>
 </branch-duration-sec>
 </animation>

<animation>
    <type>dist-scale</type>        
    <object-name>white-light-plate</object-name>    
    <interpolation>
      <entry><ind>    0  </ind><dep>  0.2  </dep></entry>      
      <entry><ind>  5000 </ind><dep>  4.0  </dep></entry>
      <entry><ind> 10000 </ind><dep>  8.0  </dep></entry>
      <entry><ind> 15000 </ind><dep> 12.0  </dep></entry>
    </interpolation>
    <center>
      <x-m> 0 </x-m>
      <y-m> 0 </y-m>
      <z-m> 120 </z-m>
    </center>
  </animation>


<animation>
  <type>select</type>
 <object-name>red-light-plate</object-name>
<object-name>Pos2</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>red-light-plate</object-name>
<object-name>Pos2</object-name>
 <use-personality type="bool">true</use-personality>
<branch-duration-sec>
  <random>
   <min>1.5</min>
   <max>1.5</max>
  </random>
 </branch-duration-sec>
 <branch-duration-sec>
  <random>
   <min>0.025</min>
   <max>0.025</max>
  </random>
 </branch-duration-sec>
  </animation>

<animation>
    <type>dist-scale</type>
    <object-name>red-light-plate</object-name>       
    <interpolation>
      <entry><ind>    0 </ind><dep> 0.15 </dep></entry>      
      <entry><ind> 1000 </ind><dep> 0.4 </dep></entry>
      <entry><ind> 2000 </ind><dep> 0.6 </dep></entry>
      <entry><ind> 5000 </ind><dep> 3.0 </dep></entry>
      <entry><ind>10000 </ind><dep> 6.0 </dep></entry>
      <entry><ind>15000 </ind><dep> 9.0 </dep></entry>
    </interpolation>
    <center>
      <x-m> 0 </x-m>
      <y-m> 0 </y-m>
      <z-m> 120 </z-m>
    </center>
  </animation>

 <animation>
    <type>material</type>
    <object-name>red-light-plate</object-name>    
    <object-name>white-light-plate</object-name>    
    <emission>
      <red>   0.027 </red>
      <green> 0.027 </green>
      <blue>  0.027 </blue>
      <factor>150</factor>
    </emission>
  </animation> 

 <animation>
  <object-name>red-light-plate</object-name>    
  <object-name>white-light-plate</object-name>  
  <enable-hot type="bool">false</enable-hot>
 </animation>

</PropertyList>