]> de.git.xonotic.org Git - xonotic/netradiant.git/commit
Fix by Rambetter (svn r371):
authorRudolf Polzer <divverent@alientrap.org>
Tue, 28 Dec 2010 19:31:25 +0000 (20:31 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 28 Dec 2010 19:31:25 +0000 (20:31 +0100)
commit887435af2b18f9a300b7682be0ef9c376e1fd0c1
treefe4ad57e4e791e22577d83728cbd1178a9e4d7b6
parenta3aa889e15e59f4e94d40f518c2dca195e92f252
Fix by Rambetter (svn r371):
Following up on r371; found another optimization for math rounding errors
in BaseWindingForPlane().  This allows me to get rid of an extra call to
VectorSetLength() which contain floating point multiplications.  Behavior
of BaseWindingForPlane() has been verified against base_winding regression
test (comparing output w/ logging patch).
tools/quake3/common/polylib.c