Re: [Flightgear-devel] how to find remaining fuel

2005-02-28 Thread Andy Ross
Seamus Thomas Carroll wrote: The fuel levels seem to retrieve correctly. I then added the following code to set the fuel levels for when the c172 aircraft starts: fgSetDouble( /consumables/fuel/tank[0]/level-gal_us, tank1 ); fgSetDouble( /consumables/fuel/tank[1]/level-gal_us, tank2 ); The

Re: [Flightgear-devel] FlightGear compilation problem

2005-02-28 Thread Brian Topping
Ah yes, I feel silly now... :-) For anyone else that is having the problem on Fedora: * 'make distclean' * 'yum install freeglut-devel.x86_64' (or whatever is appropriate for your machine architecture) * './configure ...' * 'make make install' best, Brian smime.p7s Description: S/MIME

Re: [Flightgear-devel] how to find remaining fuel

2005-02-28 Thread Seamus Thomas Carroll
Hi, I seemed to have had a feature in my code that caused the tanks to be filled making me think that the tanks were increasing in fuel. The code seems to work correctly now. Thanks, Seamus On Mon, 28 Feb 2005, Andy Ross wrote: Seamus Thomas Carroll wrote: The fuel levels seem to retrieve