mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:29:55 +00:00
01605433cb
Currently, we disable a paging root node that we only need in exterior cells by setting its node mask to 0 when transitioning into an interior cell. Node masks are not ideal for this usage case because Node::getBound is unaware of masks. With this PR we just detach the unused node from the scene graph. _shadowedScene->getBound() in the MWShadowTechnique should return a much better value in interior cells with these changes. |
||
---|---|---|
.. | ||
buffercache.cpp | ||
buffercache.hpp | ||
cellborder.cpp | ||
cellborder.hpp | ||
chunkmanager.cpp | ||
chunkmanager.hpp | ||
compositemaprenderer.cpp | ||
compositemaprenderer.hpp | ||
defs.hpp | ||
material.cpp | ||
material.hpp | ||
quadtreenode.cpp | ||
quadtreenode.hpp | ||
quadtreeworld.cpp | ||
quadtreeworld.hpp | ||
storage.hpp | ||
terraindrawable.cpp | ||
terraindrawable.hpp | ||
terraingrid.cpp | ||
terraingrid.hpp | ||
texturemanager.cpp | ||
texturemanager.hpp | ||
viewdata.cpp | ||
viewdata.hpp | ||
world.cpp | ||
world.hpp |