]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
disable the max bbox distance feature for now, it seems to cause bad things to happen
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Tue, 14 Jul 2009 06:09:58 +0000 (06:09 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Tue, 14 Jul 2009 06:09:58 +0000 (06:09 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@386 61c419a2-8eb2-4b30-bcec-8cead039b335

tools/quake3/q3map2/surface_meta.c

index 5e9cb984b0fa835ab3d4d2a8f8aeede757ff805d..b0a49a45e49421f6819bb06c52c48a989e314014 100644 (file)
@@ -1228,7 +1228,7 @@ returns the score of the triangle added
 #define ADEQUATE_SCORE         ((AXIS_MIN) + 1 * (VERT_SCORE))
 #define GOOD_SCORE                     ((AXIS_MIN) + 2 * (VERT_SCORE)                   + 4 * (ST_SCORE))
 #define PERFECT_SCORE          ((AXIS_MIN) + 3 * (VERT_SCORE) + (SURFACE_SCORE) + 4 * (ST_SCORE))
-#define MAX_BBOX_DISTANCE   16
+//#define MAX_BBOX_DISTANCE   16
 
 static int AddMetaTriangleToSurface( mapDrawSurface_t *ds, metaTriangle_t *tri, qboolean testAdd )
 {