]> git.mxchange.org Git - flightgear.git/commit
LaRCsim maintains all it's variables internally. I had been copying all of
authorcurt <curt>
Mon, 14 Dec 1998 13:31:06 +0000 (13:31 +0000)
committercurt <curt>
Mon, 14 Dec 1998 13:31:06 +0000 (13:31 +0000)
commit750b319de71ba7f92703b241e60d4c25626792f8
treefd4a10150066a2aaa3147bdf50b7a40915683003
parentef4d103735dd1c63338e0c095a65976d0088cbbd
LaRCsim maintains all it's variables internally.  I had been copying all of
them back and forth to the FG struture everytime I updated the flight model.
However, I have realized that this is not necessary.  I just need to copy
the control positions and environmental parameters into the LaRCsim structure
before updating the FDM, then copy every thing back out into the publick FGFS
structure afterwords.  This seems to solve (or at least help) a westward
drift problem some poeple had been observing.
FDM/LaRCsim.cxx