]> git.mxchange.org Git - flightgear.git/commit
Mathias Fröhlich:
authorehofman <ehofman>
Mon, 22 Nov 2004 10:10:33 +0000 (10:10 +0000)
committerehofman <ehofman>
Mon, 22 Nov 2004 10:10:33 +0000 (10:10 +0000)
commit7159e318e10427d9f61556b2fe965d445496ea4e
tree692db6528c8a11b1716a306fa84a1b60a9b7715e
parent16ca655c03396447213cb7d547ebc900471e2576
Mathias Fröhlich:

I have now split out the ground cache functions into src/FDM/groundcache.[ch]xx
Attached are the two files and the patch to integrate that cache into
FGInterface.

The code is nowhere used at the moment, the fdm's need to be updated to use
that ground cache. The JSBSim-dropin.tar.gz from Martins ftp server does this
for example.

The carrier's scenegraph is not yet processed to be visible for ground
intersection testing. So the only benefit up to now is that the api is set
up. Using this I can put the changes to make JSBSim work with that into
JSBSim's cvs. Also I aim to provide Andy a patch to make use of that with
YASim.
src/FDM/Makefile.am
src/FDM/SP/.cvsignore [new file with mode: 0644]
src/FDM/flight.cxx
src/FDM/flight.hxx
src/FDM/groundcache.cxx [new file with mode: 0644]
src/FDM/groundcache.hxx [new file with mode: 0644]
src/Scenery/tilemgr.cxx
src/Scenery/tilemgr.hxx