411d133a54
I believe I have found the agl hud problems as well as the 'hole' in the carrier's deck. I spent half the day to reproduce that problem, it did not occure when you start on the carrier not does it occure with JSBSim and my really often used testaircraft. So I really need to improove my helicopter flying qualities. I was under the impression that *all* FDM's call FGInterface::updateGeo*Position(..) so set the new position in the FDM interface. Therefore I had added at the some code that updates the scenery elevation below the aircraft to *those* functions. Ok, not all FDM's do so :/ The attached patch factors out a function computing the scenery altitude at the current FDM's position. This function is also used in those FDM's which need to update this value themselves. Also this patch restores the nearplane setting and uses the current views altitude instead of the current aircrafts. I think that this should further be changed to the eypoint's agl in the future. The agl is again ok in YASim's hud. |
||
---|---|---|
.. | ||
.cvsignore | ||
ACMS.cxx | ||
ACMS.hxx | ||
ADA.cxx | ||
ADA.hxx | ||
Makefile.am | ||
README |
This directory contains special purpose FDM's that should not be of interest to the common user. At this time there is a special FDM to support ACMS files which are generated from flight recorder data (http://www.sasflightops.com/dlk/acms.htm).