Matevz Jekovec wrote:
> Frederic Bouvier wrote:
> > Matevz Jekovec wrote:
> > > Frederic Bouvier wrote:
> > > > Just discovering it. It also looks nice.
> > > > Just a nit : do you noticed the rudder animation is inverted ?
> > >
> > > Really? I probably didn't. Do you mean the back rudder on the vstab or
a
> > > nose gear?
> >
> > Both. When I turn left, the plane goes left but the nose gear and the
> > rudder goes right.
> >
> hm... that shouldn't suppose to happen. I'll test and fix it as soon as
> I get home.

This one seems to have been forgotten.
Anyway, here is a patch that correct nose gear and rudder animations.

Cheers,
-Fred

D:\FlightGear\cvs\fgfsbase\Aircraft\j22\Models>cvs -z3 diff -u j22.xml
Index: j22.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/j22/Models/j22.xml,v
retrieving revision 1.1
diff -u -r1.1 j22.xml
--- j22.xml     25 Aug 2003 16:50:34 -0000      1.1
+++ j22.xml     17 Oct 2003 20:08:35 -0000
@@ -117,7 +117,7 @@
   <type>rotate</type>
   <object-name>Rudder</object-name>
   <property>/surface-positions/rudder-pos-norm</property>
-  <factor>18</factor>
+  <factor>-18</factor>
   <center>
    <x-m>5.047</x-m>
    <y-m>0.0</y-m>
@@ -138,7 +138,7 @@
   <object-name>Nosegear.struct</object-name>
   <object-name>Reflector01</object-name>
   <property>/surface-positions/rudder-pos-norm</property>
-  <factor>-25</factor>
+  <factor>25</factor>
   <center>
    <x-m>-5.441</x-m>
    <y-m>0.0</y-m>




_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to