[Flightgear-devel] how do I access "GetCoefficientValues" fromFGAerodynamics?

2005-07-05 Thread Michael Matkovic
Hi Jon, Thanks for the reply. OK. Two options... hacking the code to get fdmex, or using the aircraft's XML file. I've attempted to hack the code to get fdmex, but was unsuccessful. I have 2 variables I could use but niether have helped, even if I have an fdmex getter defined in JSBSim... ie

RE: [Flightgear-devel] how do I access "GetCoefficientValues" fromFGAerodynamics?

2005-07-05 Thread Jon Berndt
> Can anyone suggest a way of accessing the methods: > GetCoefficientValues(...) and > GetCoefficientStrings(...) > from a --native socket? > > I have a piece of code within flightgear which uses 'globals' and > 'cur_fdm_state' via a socket similar to the "--native" socket > provided with flightgea

[Flightgear-devel] how do I access "GetCoefficientValues" from FGAerodynamics?

2005-07-05 Thread Michael Matkovic
Can anyone suggest a way of accessing the methods: GetCoefficientValues(...) and GetCoefficientStrings(...) from a --native socket? I have a piece of code within flightgear which uses 'globals' and 'cur_fdm_state' via a socket similar to the "--native" socket provided with flightgear. I'd need t

[Flightgear-devel] how do I access "GetCoefficientValues" from FGAerodynamics?

2005-07-05 Thread Michael Matkovic
sorry... forgot to mention the methods GetCoefficientValues(...) and GetCoefficientStrings(...) are from src/FDM/JSBSim/FGAerodynamics.cpp ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/

[Flightgear-devel] Re: gui colors

2005-07-05 Thread Melchior FRANZ
The gui stuff is almost done. We have to wait for a plib bugfix, though. Here's the screenshot du jour: http://members.aon.at/mfranz/fgfs_gui6.jpg [265 kB] One can set /sim/gui/font to one of 7 built-in plib or 2 built-in fgfs pixmap fonts (e.g. "VERA_13B", as in the screenshot), or to one of

Re: [Flightgear-devel] optimisation of FlightGear code

2005-07-05 Thread Andy Ross
Jim Campbell wrote: > Hopefully I would like to start a discussion of Flightgear code > optimisation. OK. The most important point to remember is that FlightGear is generally not CPU bound at all. It spends the vast majority of its time sending primitives to the hardware to be rendered, and then

RE: [Flightgear-devel] MSVC error - glut32.lib

2005-07-05 Thread Steven P.
In MSVC.net (not 2003) the correct location for the library is the %VCInstallDir%\PlatformSDK\lib directory. Steven P. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Cole Sent: Tuesday, July 05, 2005 4:17 PM To: 'FlightGear developers discussions'

Re: [Flightgear-devel] optimisation of FlightGear code

2005-07-05 Thread Paul Kahler
Based on several months of following this list I would guess that most of the CPU time in FGFS is spent in rendering the scenery. Just look at the recent reports of frame rate dropping with the addition of 3d clouds. Or perhaps people are limited by the graphics hardware? It sounds like the FDM and

RE: [Flightgear-devel] Error compiling GPSsmooth

2005-07-05 Thread Richard Bytheway
> > > >It appears to be in the link to the SimGear timing routines. > > > >I have checked that there is only one version of SimGear > installed (OK), and double checked that I have the latest > SimGear from CVS (OK), and now I am lost. > > > >Any offers? > > > >Richard > > > > > timeGetTime is

RE: [Flightgear-devel] MSVC error - glut32.lib

2005-07-05 Thread Chuck Cole
> -Original Message- > From: [EMAIL PROTECTED] [mailto:flightgear-devel- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, June 30, 2005 7:01 PM > To: flightgear-devel@flightgear.org > Subject: [Flightgear-devel] MSVC error - glut32.lib > > I am trying to compile FG on

Re: [Flightgear-devel] Error compiling GPSsmooth

2005-07-05 Thread Harald JOHNSEN
Richard Bytheway wrote: I am getting a compilation failure in GPSsmooth: (System is Cygwin on W2K, Athlon. FlightGear and SimGear source are CVS from this morning) Error is below: -8< [EMAIL PROTECTED] ~/FGFS/FlightGear/build/utils/GPSsmooth $ make if g++ -DHAVE_C

Re: [Flightgear-devel] About 3D Clouds

2005-07-05 Thread Martin Spott
Mathias Fröhlich wrote: > That is it. > Setting bits-per-pixel to 32 makes the models throw phantastic well looking > shadows! At least for my box with the binary ati driver. > > But doing that kills performance totaly on both machines I develop on. Same here. Setting "--bpp=24" or 32 enables m

[Flightgear-devel] Error compiling GPSsmooth

2005-07-05 Thread Richard Bytheway
I am getting a compilation failure in GPSsmooth: (System is Cygwin on W2K, Athlon. FlightGear and SimGear source are CVS from this morning) Error is below: -8< [EMAIL PROTECTED] ~/FGFS/FlightGear/build/utils/GPSsmooth $ make if g++ -DHAVE_CONFIG_H -I. -I../../../sour