]> git.xonotic.org Git - xonotic/darkplaces.git/commit
BIH building and recursion no longer directly links leaf nodes into the
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Mar 2011 06:57:28 +0000 (06:57 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Mar 2011 06:57:28 +0000 (06:57 +0000)
commit07724ad4d6ab79f66c46e2ea2180d4efd05b3ee4
tree2327583ecd8cb06f7794a20319a40d3c7b967155
parent1fa82ae49ae155e5258c0675fb619922281d6439
BIH building and recursion no longer directly links leaf nodes into the
hierarchy, they are only used by unordered children group nodes
changed BIH_MAXUNORDEREDCHILDREN to 8 and removed
mod_collision_bih_childrengrouping cvar because this seems to be the
optimal value (values up to 16 sometimes yield minor gains but not
consistent)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10955 d7cf8633-e32d-0410-b094-e92efae38249
bih.c
bih.h
gl_rsurf.c
model_brush.c