]> git.mxchange.org Git - flightgear.git/commit
Use deferred models for scenery tile models.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Tue, 8 Nov 2011 20:25:10 +0000 (21:25 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Tue, 8 Nov 2011 20:25:10 +0000 (21:25 +0100)
commitec16f43f8697ef3b21a90da966f1d32330ea9d84
tree8f3c102ae593efd6df0561cbbdcf253202fdef22
parent6fbb5aaf99636ea9918a863581ee6f25747bdae4
Use deferred models for scenery tile models.

Instead of PagedLOD nodes use ProxyNodes for models in
scenery tiles. This should lower the amount of PagedLOD nodes
in the active scene. Since the models are part of the to level
tiles they are then paged out once the tile is paged out.
src/Scenery/SceneryPager.cxx
src/Scenery/SceneryPager.hxx
src/Scenery/tilemgr.cxx