quakeforge/include/QF/scene
Bill Currie 72f6048a20 [scene] Put lights into the bsp tree via efrags
This eliminates the O(N^2) (N = map leaf count) operation of finding
visible lights and will later allow for finer culling of the lights as
they can be tested against the leaf volume (which they currently are
not as this was just getting things going). However, this has severely
hurt ad_tears' performance (I suspect due to the extreme number of
leafs), but the speed seems to be very steady. Hopefully, reconstructing
the vis clusters will help (I imagine it will help in many places, not
just lights).
2023-07-22 17:53:07 +09:00
..
camera.h [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00
entity.h [scene] Put lights into the bsp tree via efrags 2023-07-22 17:53:07 +09:00
light.h [scene] Put lights into the bsp tree via efrags 2023-07-22 17:53:07 +09:00
scene.h [scene] Put lights into the bsp tree via efrags 2023-07-22 17:53:07 +09:00
transform.h [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
types.h [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00