r2489 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 5 05:35:39 EDT 2007


Author: div0
Date: 2007-05-05 05:35:39 -0400 (Sat, 05 May 2007)
New Revision: 2489

Modified:
   trunk/misc/nexuiz-map-compiler
Log:
DP does not need q3map2 to break up surfaces


Modified: trunk/misc/nexuiz-map-compiler
===================================================================
--- trunk/misc/nexuiz-map-compiler	2007-05-04 13:51:27 UTC (rev 2488)
+++ trunk/misc/nexuiz-map-compiler	2007-05-05 09:35:39 UTC (rev 2489)
@@ -18,7 +18,7 @@
 	our $Q3MAP2FLAGS = '';
 
 	# Default flags for the -bsp stage
-	our $BSPFLAGS    = '-samplesize 8';
+	our $BSPFLAGS    = '-samplesize 8 -mv 1000000 -mi 6000000';
 
 	# Default flags for the -vis stage
 	our $VISFLAGS    = '';




More information about the nexuiz-commits mailing list