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

	<path>shafttowersquare.ac</path>

 <animation>
  <type>range</type>
  <min-m>0</min-m>
  <max-m>10000</max-m>
 </animation>
 
	<animation>
		<type>select</type>
		<object-name>red_light</object-name>
		<condition>
			<greater-than>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.56</value>
			</greater-than>
		</condition>
	</animation>
	<animation>
  <type>noshadow</type>
  <object-name>red_light</object-name>
 </animation>
  <animation>
    <type>billboard</type>
    <object-name>red_light</object-name>
    <spherical type="bool">true</spherical>
  </animation>
<animation>
    <type>dist-scale</type>
    <object-name>red_light</object-name>
    <interpolation>
      <entry>
        <ind>0</ind>
        <dep>0.025</dep>
      </entry>
      <entry>
        <ind>300</ind>
        <dep>0.1</dep>
      </entry>
      <entry>
        <ind>1500</ind>
        <dep>0.3</dep>
      </entry>
      <entry>
        <ind>4000</ind>
        <dep>1</dep>
      </entry>
      <entry>
        <ind>10000</ind>
        <dep>1.5</dep>
      </entry>
    </interpolation>
    <center>
    <x-m>0</x-m>
    <y-m>0</y-m>
    <z-m>80</z-m>
  </center>
  </animation>

	</PropertyList>
