pandemonium_engine/servers
Relintai 5d2a594843 Ported: Shadow volume culling and tighter shadow caster culling
Existing shadow caster culling using the BVH takes no account of the camera. This PR adds the highly encapsulated class VisualServerLightCuller which can cut down the casters in the shadow volume to only those which can cast shadows on the camera frustum.
This is used to:
* More accurately defer dirty updates to shadows when the shadow volume does not intersect the camera frustum.
* Tighter cull shadow casters to the view frustum.
Lights dirty state is now automatically managed:
* Continuous (tighter caster culling)
* Static (all casters are rendered)
- lawnjelly
8ca631a466
2024-02-08 18:40:44 +01:00
..
audio File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
navigation Don't print error when there is no default NavigationMeshGenerator. 2024-01-02 13:05:52 +01:00
physics Fix various GCC 13 warnings 2023-12-20 22:57:54 +01:00
physics_2d Fix various GCC 13 warnings 2023-12-20 22:57:54 +01:00
rendering Ported: Shadow volume culling and tighter shadow caster culling 2024-02-08 18:40:44 +01:00
audio_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
audio_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
navigation_2d_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
navigation_2d_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
navigation_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
navigation_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
physics_2d_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
physics_2d_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
physics_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
physics_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
register_server_types.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
register_server_types.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
rendering_server_callbacks.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
rendering_server_callbacks.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
rendering_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
rendering_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
SCsub Cleaned up NavigationMeshGenerator and added it to the build. 2023-06-03 18:45:20 +02:00
server_wrap_mt_common.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
window_server.cpp File copyright header updates pt10. 2023-12-18 00:31:04 +01:00
window_server.h File copyright header updates pt10. 2023-12-18 00:31:04 +01:00