]> git.mxchange.org Git - flightgear.git/commit
Modified FlightGear/src/Scenery. The tile loader thread no longer adds
authorcurt <curt>
Mon, 16 Apr 2001 20:03:52 +0000 (20:03 +0000)
committercurt <curt>
Mon, 16 Apr 2001 20:03:52 +0000 (20:03 +0000)
commit4a609646b66215ed31d4fb11207b89d0c4b54d8d
tree491d9a9299c5632427f8e6c7cd65dabac37064f1
parenta29cb28e9386a7fcfcbcbde47d6d5553476d58d9
Modified FlightGear/src/Scenery.  The tile loader thread no longer adds
a newly loaded tile to the scene graph.  Instead it puts it in a queue
for the tile manager.  I've used your counter_hack to check the loaded
queue and add any tiles to the scene graph.  I was playing around with
the counter_hack so there might be some commented out code, etc.  I also
changed some SG_DEBUGs to SG_INFOs so I could track the tile loading.
Thanks
src/Scenery/FGTileLoader.cxx
src/Scenery/FGTileLoader.hxx
src/Scenery/tileentry.cxx
src/Scenery/tileentry.hxx
src/Scenery/tilemgr.cxx
src/Scenery/tilemgr.hxx