Innis Cunningham wrote:
Hello Stefan

That is correct those two animations are missing and if you would like to
do them again that would be great.
Here are the objects that now make up the nose gear.
...
So rotating everything from " collar" down should do the steering.
And compressing everthing from "nlowerstrut" down should do the
compression.
Did the wheels rotate as in aircraft rolling along the ground then no.
Did they rotate as in nosewheel steering then yes I think so.

Attached is a patch for adding nosewheel steering, nosewheel compression and engine fan spin animations. It works, but I'm not sure if it's correct. For steering I only needed to rotate the "nouterstrut" object. In fact doing anything with the other objects does just nothing. I noticed that, when trying to make the tires spinning, too. Seems like everything is linked with this object, but I couldn't find something in the .ac file.

Nine
Index: 737-300.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/737-300/Models/737-300.xml,v
retrieving revision 1.1
diff -u -3 -p -r1.1 737-300.xml
--- 737-300.xml	16 Feb 2006 11:00:22 -0000	1.1
+++ 737-300.xml	15 Mar 2006 20:48:43 -0000
@@ -62,6 +62,44 @@
   </axis>
  </animation>
 
+ <animation>
+  <type>rotate</type>
+  <object-name>nouterstrut</object-name>
+  <property>/surface-positions/rudder-pos-norm</property>
+  <factor>-40</factor>
+  <center>
+   <x-m>-4.65</x-m>
+   <y-m>0</y-m>
+   <z-m>-1.02</z-m>
+  </center>
+  <axis>
+   <x>0</x>
+   <y>0</y>
+   <z>1</z>
+  </axis>
+ </animation>
+
+ <animation>
+  <type>translate</type>
+  <object-name>nouterstrut</object-name>
+  <object-name>rhsteercyl</object-name>
+  <object-name>lhsteercyl</object-name>
+  <object-name>collar</object-name>
+  <object-name>nlinkupper</object-name>
+  <object-name>nlinklower</object-name>
+  <object-name>nlowerstrut</object-name>
+  <object-name>noseaxle</object-name>
+  <object-name>tyrern</object-name>
+  <object-name>tyreln</object-name>
+  <property>/gear/gear/compression-norm</property>
+  <factor>0.3</factor>
+  <axis>
+   <x>0</x>
+   <y>0</y>
+   <z>1</z>
+  </axis>
+ </animation>
+
   
 
  <animation>
@@ -1519,6 +1557,41 @@
   </axis>
  </animation>
 
+ <animation>
+  <type>spin</type>
+  <object-name>fan</object-name>
+  <property>engines/engine/n1</property>
+  <factor>10</factor>
+  <center>
+   <x-m>-3.31055</x-m>
+   <y-m>-4.7713</y-m>
+   <z-m>-1.28753</z-m>
+  </center>
+  <axis>
+   <x>1</x>
+   <y>0</y>
+   <z>0</z>
+  </axis>
+ </animation>
+
+ <animation>
+  <type>spin</type>
+  <object-name>rhfan</object-name>
+  <property>engines/engine[1]/n1</property>
+  <factor>10</factor>
+  <center>
+   <x-m>-3.31055</x-m>
+   <y-m>4.7713</y-m>
+   <z-m>-1.28753</z-m>
+  </center>
+  <axis>
+   <x>1</x>
+   <y>0</y>
+   <z>0</z>
+  </axis>
+ </animation>
+
+
 </PropertyList>
 
 

Reply via email to