mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
72f6048a20
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). |
||
---|---|---|
.. | ||
cl_chase.c | ||
cl_effects.c | ||
cl_entities.c | ||
cl_input.c | ||
cl_light.c | ||
cl_particles.c | ||
cl_screen.c | ||
cl_temp_entities.c | ||
cl_view.c | ||
cl_world.c | ||
default_input.plist | ||
hud.c | ||
locs.c | ||
Makemodule.am | ||
old_keys.c | ||
sbar.c |