>   var foo = aircraft.light.new("/sim/model/foo/light",
>                                [0.05, 0.05, 0.05, 0.05, 0.05, 1.0]);
Das klingt plausibel.

Ich hatte vor etlichen Monaten mal einen Patch für einen bug in limits.nas 
gepostet. Hat offenbar niemanden interessiert:

Index: limits.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Generic/limits.nas,v
retrieving revision 1.2
diff -u -p -r1.2 limits.nas
--- limits.nas  15 Feb 2006 22:53:23 -0000      1.2
+++ limits.nas  6 Dec 2006 12:09:37 -0000
@@ -55,7 +55,7 @@ checkFlaps = func {

 checkGear = func {
   airspeed = getprop("velocities/airspeed-kt");
-  max_gear = cmdarg().getValue();
+   max_gear = getprop( "limits/max-gear-extension-speed" );

   if ((max_gear != nil) and (airspeed > max_gear))
   {






Ohne den Patch ist max_gear immer 0 und es gibt immer Mecker beim fahren des 
Fahrwerks. Vielleicht magst Du den einpflegen?

Gruß, Torsten

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to