]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/surface_meta.c
disable the max bbox distance feature for now, it seems to cause bad things to happen
[xonotic/netradiant.git] / 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 )
 {