X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=model_brush.c;h=d371c7df90bf059c08341369b73c0cb98fd65e52;hb=0322e578290d62e0ef88e5b7b767b4185e5cca87;hp=55bf7050c660a2a2d6a6fe60ab3c7e7daa9bc2aa;hpb=4f25128e2f9fe164c69ac229036ab7c10fedf77e;p=xonotic%2Fdarkplaces.git diff --git a/model_brush.c b/model_brush.c index 55bf7050..d371c7df 100644 --- a/model_brush.c +++ b/model_brush.c @@ -49,7 +49,7 @@ cvar_t mod_q3bsp_tracelineofsight_brushes = {0, "mod_q3bsp_tracelineofsight_brus cvar_t mod_q3shader_default_offsetmapping = {CVAR_SAVE, "mod_q3shader_default_offsetmapping", "1", "use offsetmapping by default on all surfaces"}; cvar_t mod_q1bsp_polygoncollisions = {0, "mod_q1bsp_polygoncollisions", "0", "disables use of precomputed cliphulls and instead collides with polygons (uses Bounding Interval Hierarchy optimizations)"}; -cvar_t mod_collision_bih = {0, "mod_collision_bih", "0", "enables use of generated Bounding Interval Hierarchy tree instead of compiled bsp tree in collision code"}; +cvar_t mod_collision_bih = {0, "mod_collision_bih", "1", "enables use of generated Bounding Interval Hierarchy tree instead of compiled bsp tree in collision code"}; cvar_t mod_recalculatenodeboxes = {0, "mod_recalculatenodeboxes", "1", "enables use of generated node bounding boxes based on BSP tree portal reconstruction, rather than the node boxes supplied by the map compiler"}; static texture_t mod_q1bsp_texture_solid;