1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-16 08:42:23 +00:00
OpenMW/components
Bo Svensson 5f1bf89369
improves groundcover view distance (#3219)
This PR aims to solve all issues with `Groundcover` view distance handling in a satisfying way while preserving other optimisations that benefit other features. The main idea here is not to rely on `ViewData` updates for distance culling calculations because we can not accurately determine distance against lazily updated views. Instead, we perform an accurate measurement in a cull callback we can run every frame in `Groundcover` itself. While we do have to add some code to handle this feature, it is quite loosely coupled code that could be useful elsewhere in the future. These changes should address a performance regression @akortunov experienced.
2021-11-08 10:27:42 +01:00
..
2021-10-14 14:46:44 +02:00
2021-10-28 22:16:43 +02:00
2021-05-12 10:34:39 +04:00
2021-11-08 02:21:02 +01:00
2021-11-06 08:47:32 +03:00
2021-11-04 16:55:32 +01:00
2021-11-05 10:53:52 +01:00
2021-11-06 08:47:32 +03:00
2021-07-27 07:58:57 +03:00
2021-11-06 08:47:32 +03:00
2019-02-23 08:02:12 +04:00
2021-11-05 10:53:52 +01:00
2021-10-21 19:48:31 +02:00
2018-10-09 10:21:12 +04:00
2021-10-14 14:46:44 +02:00
2021-11-06 08:47:32 +03:00