1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
OpenMW/components
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-10-14 14:46:44 +02:00
2021-05-12 10:34:39 +04:00
2021-10-05 22:51:12 +02:00
2021-07-27 07:58:57 +03:00
2021-10-06 10:04:03 +00:00
2019-02-23 08:02:12 +04:00
2021-10-13 16:12:47 +02:00
2021-10-16 17:43:08 +02:00
2021-10-16 21:48:13 +02:00
2018-10-09 10:21:12 +04:00
2021-10-14 14:46:44 +02:00
2021-08-15 19:50:28 +02:00
2021-10-16 17:43:08 +02:00