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

<PropertyList>

<path>millenniumTower.ac</path>


<model>
  <path>Models/Effects/RedLightBlinking.xml</path> 
  <offsets> 
     <x-m>4.208</x-m>
     <y-m>-14.787</y-m>
     <z-m>202.0</z-m>
     <heading-deg>0</heading-deg>
  </offsets>
</model>

<model>
  <path>Models/Effects/RedLightBlinking.xml</path> 
  <offsets> 
     <x-m>-4.208</x-m>
     <y-m>-14.787</y-m>
     <z-m>202.0</z-m>
     <heading-deg>0</heading-deg>
  </offsets>
</model>


<animation>
 <type>material</type> 
 <object-name>Cylinder</object-name>
 <condition>
  <greater-than>
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>
  <red>0.6</red>
  <green>0.6</green>
  <blue>0.6</blue>
 </emission>
</animation>

<animation>
   <type>textranslate</type> 
   <object-name>Cylinder</object-name> 
   <property>/sim/time/sun-angle-rad</property>
   <step> 1.57 </step>
   <factor>0.318471338</factor>
   <center>
     <x-m> 0 </x-m>
     <y-m> 0 </y-m>
     <z-m> 0 </z-m>
   </center>
   <axis> 
     <x> -1 </x> 
     <y>  0 </y> 
     <z>  0 </z> 
   </axis> 
 </animation>

</PropertyList>
