<?xml version="1.0" encoding="UTF-8" ?>
<!-- Model by Hans Kunkell (hansk@mailfence.com), 2020. -->

<PropertyList>

    <path>RJTF-tower.ac</path>

    <model>
	  <path>Models/Effects/RedLight10000.xml</path> 
	  <offsets> 
	     <x-m>2.4</x-m>
	     <y-m>2.4</y-m>
	     <z-m>18.6</z-m>
	     <heading-deg>0</heading-deg>
	  </offsets>
    </model>
    <model>
	  <path>Models/Effects/RedLight10000.xml</path> 
	  <offsets> 
	     <x-m>-2.4</x-m>
	     <y-m>-2.4</y-m>
	     <z-m>18.6</z-m>
	     <heading-deg>0</heading-deg>
	  </offsets>
    </model>

	<animation>
	 <type>material</type>
	 <object-name>Beacon</object-name>
	 <object-name>Beacon.001</object-name>
	 <condition>
	  <greater-than>
	   <property>/sim/time/sun-angle-rad</property>
	   <value>1.4</value>
	  </greater-than>
	 </condition>
	 <emission>
	  <red>1</red>
	  <green>1</green>
	  <blue>1</blue>
	 </emission>
	</animation>

	<animation>
	 <type>material</type>
	 <object-name>tower</object-name>
	 <condition>
	  <greater-than>
	   <property>/sim/time/sun-angle-rad</property>
	   <value>1.3</value>
	  </greater-than>
	 </condition>
	 <emission>
	  <red>0.2</red>
	  <green>0.2</green>
	  <blue>0.2</blue>
	 </emission>
	</animation>

</PropertyList>

