Re: [Flightgear-devel] working ridge lift !!

2009-04-13 Thread Vadym Kukhtin
2009/4/11 Patrice Poly p.pol...@gmail.com: I made a working ridge lift in a AI object. It WORKS, and , even, it works GOOD ! Great!! I'm wait for this feature already for a couple of years... Please keep to develop it! -- --- WBR, Vadym.

Re: [Flightgear-devel] sea-level-radius-ft weirdness

2009-04-13 Thread Erik Hofman
Hi Patrice, Patrice Poly wrote: I am declaring : _earth_radius_node = fgGetNode(/position/sea-level-radius-ft, true); props-tie(debug/earth-radius-ft, SGRawValuePointerdouble(earth_rad_ft)); with earth_rad_ft = _earth_radius_node-getDoubleValue();

Re: [Flightgear-devel] Carrier landing and groundcache with JSBSimAircrafts

2009-04-13 Thread jean pellotier
Mathias Fröhlich a écrit : I tested this few more times, in a place with severals carriers (eisenhower, foch, clemenceau...) and if i start FG far from this place, then move with the location menu to the closest airport, carriers are not solid (all the carriers). If i start near the carriers,

Re: [Flightgear-devel] Carrier landing and groundcac he with JSBSimAircrafts

2009-04-13 Thread gerard robin
On lundi 13 avril 2009, jean pellotier wrote: Mathias Fröhlich a écrit : I tested this few more times, in a place with severals carriers (eisenhower, foch, clemenceau...) and if i start FG far from this place, then move with the location menu to the closest airport, carriers are not solid

Re: [Flightgear-devel] Elevation trouble with Scenery

2009-04-13 Thread Geoff McLane
Hi, Re: patch for src/Lib/DEM/dem.cxx using the DEM data available from http://geobase.ca/geobase/en/data/cded/index.html, which has a resolution of about 30m... These great ASCII DEM files have a resolution of 0.75 arcsecs, and unfortunately libDEM had been coded for _ONLY_ integer

[Flightgear-devel] control an aircraft from a file

2009-04-13 Thread John Waget
hello, need helps for this: Instead of controlling an aircraft through keyboard, yoke or pedals, I want to provide the control commands from a file or program. What should I do? thanks John -- This SF.net email is

Re: [Flightgear-devel] control an aircraft from a file

2009-04-13 Thread Harry Campigli
John I am no expert but depending on what you what to do, one easy option is to use an existing io format. FG is rich in the interfacing department and the property tree arrangement makes hooking in most contols possible and easy. FG has an option to replay from file you could investigate, another