From 41eb331912411d76330cd98a1999da2dc77e7aba Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Sat, 3 Apr 2004 09:01:45 +0000
Subject: [PATCH] Frederic: Real ufo are spinning, aren't they? I am sure they
 are.

---
 Aircraft/ufo/Models/ufo.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Aircraft/ufo/Models/ufo.xml b/Aircraft/ufo/Models/ufo.xml
index 0f78ed482..d2f5d5941 100755
--- a/Aircraft/ufo/Models/ufo.xml
+++ b/Aircraft/ufo/Models/ufo.xml
@@ -13,4 +13,24 @@
   <max>0.7</max>
  </animation>
 
+ <animation>
+  <type>spin</type>
+  <object-name>body</object-name>
+  <object-name>green_navigation_lights</object-name>
+  <object-name>red_navigation_lights</object-name>
+  <object-name>propulsion_lights</object-name>
+  <property>/velocities/airspeed-kt</property>
+  <factor>0.004</factor>
+  <center>
+   <x-m>0</x-m>
+   <y-m>0</y-m>
+   <z-m>0</z-m>
+  </center>
+  <axis>
+   <x>0</x>
+   <y>0</y>
+   <z>1</z>
+  </axis>
+ </animation>
+
 </PropertyList>