]> git.mxchange.org Git - flightgear.git/commitdiff
Patch from Melchior Franz:
authordavid <david>
Wed, 29 May 2002 22:38:11 +0000 (22:38 +0000)
committerdavid <david>
Wed, 29 May 2002 22:38:11 +0000 (22:38 +0000)
The new dt/multiloop method requires new damping parameters.

src/FDM/UFO.cxx

index f581ba038ad47ca697bf10d15a0f52ad2b859f05..ca9b773a7dee5b407bebadeb93b0527e5943cbb0 100644 (file)
@@ -31,9 +31,9 @@
 
 #include "UFO.hxx"
 
-const double throttle_damp = 0.05;
-const double aileron_damp = 0.01;
-const double elevator_damp = 0.01;
+const double throttle_damp = 0.2;
+const double aileron_damp = 0.05;
+const double elevator_damp = 0.05;
 
 FGUFO::FGUFO( double dt )
   : Throttle(0.0),