]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
rewrote mod_collision_bih tracing code, the functions are no longer
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 8 Apr 2011 15:23:10 +0000 (15:23 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 10 Apr 2011 19:06:07 +0000 (21:06 +0200)
commitf042a2dc21a99aa67411122e55cf418e1e2ee8af
treef1ba10dea9ebab9002e823c5f349ff6357982aa8
parent207a430efbf72af745938f6de6bcd526cace9c0a
rewrote mod_collision_bih tracing code, the functions are no longer
recursive (small speed boost), line traces are about 12% faster due to
more precise culling of leafs (the code is however huge and nasty), BIH
TraceBrush is now considerably faster due to the same techniques, it was
previously very unoptimized

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11035 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=a50533d4824ceb4c0e45bf988597b2316d0e198e
model_brush.c