<PropertyList>

 <path>twobladeturbine.ac</path>

 <animation>
  <type>rotate</type>
  <object-name>Generator</object-name>
  <object-name>Shaft</object-name>
  <object-name>Hub</object-name>
  <object-name>Blade1</object-name>
  <object-name>Blade2</object-name>
  <property>/environment/wind-from-heading-deg</property>
  <offset-deg>-90</offset-deg>
  <factor>-1</factor>
  <axis>
   <x>0.0</x>
   <y>0.0</y>
   <z>1.0</z>
  </axis>
  <center>
   <x-m>0.0</x-m>
   <y-m>0.0</y-m>
   <z-m>0.0</z-m>
  </center>
 </animation>

 <animation>
  <type>spin</type>
  <object-name>Shaft</object-name>
  <object-name>Hub</object-name>
  <object-name>Blade1</object-name>
  <object-name>Blade2</object-name>
  <use-personality type="bool">true</use-personality>
  <property>/environment/wind-speed-kt</property>
  <factor>
   <random>
    <min>0.4</min>
    <max>0.6</max>
   </random>
  </factor>
  <starting-pos-deg>
   <random>
    <min>0</min>
    <max>360</max>
   </random>
  </starting-pos-deg>
  <axis>
   <x>0.0</x>
   <y>1.0</y>
   <z>0.0</z>
  </axis>
  <center>
   <x-m>0.0</x-m>
   <y-m>0.0</y-m>
   <z-m>81.0</z-m>
  </center>
 </animation>
 
 <animation>
	<type>select</type>
	<object-name>red-light</object-name>
	<condition>
		<greater-than>
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</greater-than>
	</condition>
 </animation>
 <animation>
	<type>translate</type>
	<object-name>red-light</object-name>
	<offset-m>82.8</offset-m>
	<axis>
		<x>0</x>
		<y>0</y>
		<z>82.8</z>
	</axis>
 </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.1</dep></entry>
		<entry><ind>500</ind><dep>0.2</dep></entry>
		<entry><ind>16000</ind><dep>3</dep></entry>
	</interpolation>
</animation>

</PropertyList>