]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
restrict the lightmapsearch for better batching (slightly more fps)
authorRudolf Polzer <divverent@alientrap.org>
Mon, 30 Aug 2010 08:12:18 +0000 (10:12 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 30 Aug 2010 08:12:18 +0000 (10:12 +0200)
misc/tools/xonotic-map-compiler

index 58e1e75fcc3edf0c1b560f8b22234454a2811caf..e48194f3863c290d77fb29c6cd69f1e30d81c754 100755 (executable)
@@ -25,7 +25,7 @@ use File::Temp;
        our $VISFLAGS    = '';
 
        # Default flags for the -light stage
-       our $LIGHTFLAGS  = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
+       our $LIGHTFLAGS  = '-lightmapsearchpower 3 -deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
 
        # Default flags for the -minimap stage
        our $MINIMAPFLAGS = '';