1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-01 07:13:22 +00:00
OpenMW/components
Bo Svensson cd4d76f8c5
discard off-screen lights (#3120)
Currently, we run culling tests against all lights in the scene during LightListCallback::pushLightState. We can avoid most of these tests by removing off-screen lights at an earlier stage. We should benchmark the cumulative time spent within LightListCallback::pushLightState before and after this PR.
2021-10-06 11:53:24 +02:00
..
2021-06-24 19:21:29 +00:00
2021-06-25 21:54:35 +02:00
2021-05-12 10:34:39 +04:00
2021-07-27 07:58:57 +03:00
2019-02-23 08:02:12 +04:00
2018-10-09 10:21:12 +04:00
2021-08-15 19:50:28 +02:00