1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
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-08-08 17:25:57 +01:00
2021-11-06 08:47:32 +03:00
2010-08-07 20:25:17 +02:00
2020-06-07 15:51:03 +04:00
2021-04-30 20:49:22 +02:00
2021-11-06 08:47:32 +03:00
2021-11-02 18:01:22 +01:00
2021-11-02 18:01:22 +01:00
2021-11-06 08:47:32 +03:00
2021-04-11 14:46:51 +02:00
2021-10-20 23:02:15 +02:00
2021-10-20 23:02:15 +02:00
2019-02-23 08:02:12 +04:00
2015-04-21 23:40:10 +02:00
2020-03-14 09:38:24 +01:00
2021-08-15 19:50:28 +02:00
2021-08-04 17:49:57 -07:00
2021-08-04 17:49:57 -07:00
2021-10-27 09:16:01 -07:00
2021-11-06 08:47:32 +03:00
2021-10-27 09:16:01 -07:00