]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Added r_cullentities_trace_expand and pad cvars, these configure additional ways...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 Apr 2018 05:20:44 +0000 (05:20 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 Apr 2018 05:20:44 +0000 (05:20 +0000)
commita6984b2a055eb337d57a8c4198fa9a9bb238cd8c
treee20afd30fcbff326a2f02d03de33bc6a8eac134f
parent7e8a101c81015e0bdab9fd78704f38f39d5a8ffe
Added r_cullentities_trace_expand and pad cvars, these configure additional ways to expand entity boxes when culling by traceline.

Added r_vis_trace feature which allows you to turn on traceline-based culling of portals, and r_vis_trace_surfaces lets you cull surfaces by traceline (slow and probably pointless, but a curious feature).

Added r_shadow_culllights_trace_expand and pad cvars.

Added sv_cullentities_trace_expand to make SV_CanSeeBox be at feature parity with R_CanSeeBox.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12395 d7cf8633-e32d-0410-b094-e92efae38249
gl_rmain.c
gl_rsurf.c
model_brush.h
r_shadow.c
render.h
server.h
sv_main.c