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

<PropertyList>

 <path>red_strobe.ac</path>

 <animation>
  <type>noshadow</type>
  <object-name>RedLight.1</object-name>
  <object-name>RedLight.2</object-name>
  <object-name>RedLight.3</object-name>
 </animation>
 
 <animation>
  <type>alpha-test</type>
  <alpha-factor>0.01</alpha-factor>
 </animation>

 <animation>
  <name>StrobesOn</name>
  <object-name>RedLight.1</object-name>
 </animation>
 
 <animation>
  <name>StrobesOff</name>
  <object-name>RedLight.2</object-name>
 </animation>

 <animation>
  <name>Fixed</name>
  <object-name>RedLight.3</object-name>
 </animation>
 
 <animation>
  <type>select</type>
  <object-name>StrobesOn</object-name>
  <object-name>StrobesOff</object-name>
  <object-name>Fixed</object-name>
  <condition>
   <greater-than>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.57</value>
   </greater-than>
  </condition>
 </animation>

 <animation>
  <type>billboard</type>
  <object-name>RedLight.1</object-name>
  <spherical type="bool">true</spherical>
 </animation>

 <animation>
  <type>dist-scale</type>
  <object-name>RedLight.1</object-name>
  <interpolation>
   <entry><ind>0</ind><dep>0.1</dep></entry>
   <entry><ind>500</ind><dep>0.2</dep></entry>
   <entry><ind>16000</ind><dep>3</dep></entry>
  </interpolation>
 </animation>

 <animation>
  <type>billboard</type>
  <object-name>RedLight.2</object-name>
  <spherical type="bool">true</spherical>
 </animation>

 <animation>
  <type>dist-scale</type>
  <object-name>RedLight.2</object-name>
  <interpolation>
   <entry><ind>0</ind><dep>0.1</dep></entry>
   <entry><ind>500</ind><dep>0.2</dep></entry>
   <entry><ind>16000</ind><dep>2</dep></entry>
  </interpolation>
 </animation>

 <animation>
  <type>billboard</type>
  <object-name>RedLight.3</object-name>
  <spherical type="bool">true</spherical>
 </animation>

 <animation>
  <type>dist-scale</type>
  <object-name>RedLight.3</object-name>
  <interpolation>
   <entry><ind>0</ind><dep>0.1</dep></entry>
   <entry><ind>500</ind><dep>0.2</dep></entry>
   <entry><ind>16000</ind><dep>2</dep></entry>
  </interpolation>
 </animation>

 <animation>
  <type>timed</type>
  <object-name>StrobesOn</object-name>
  <object-name>StrobesOff</object-name>
  <use-personality type="bool">true</use-personality>
  <branch-duration-sec>
   <random>
    <min>1.0</min>
    <max>1.1</max>
   </random>
  </branch-duration-sec>
  <branch-duration-sec>
   <random>
    <min>1.4</min>
    <max>1.5</max>
   </random>
  </branch-duration-sec>
 </animation>

</PropertyList>
