1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-09 18:40:14 +00:00
Bo Svensson 01605433cb
quadtreeworld.cpp (#3174)
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.
2021-10-16 21:48:13 +02:00
..
2021-09-29 17:10:58 +02:00
2021-09-29 17:10:58 +02:00
2016-03-22 21:46:15 +01:00
2021-08-04 17:49:57 -07:00
2021-10-16 21:48:13 +02:00
2021-09-29 17:10:58 +02:00
2020-06-13 00:22:28 +02:00
2021-09-27 21:32:18 +02:00