]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
let's use the samples preset 4 for random samples
authorRudolf Polzer <divverent@alientrap.org>
Fri, 22 Oct 2010 07:30:20 +0000 (09:30 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 22 Oct 2010 07:30:20 +0000 (09:30 +0200)
misc/tools/xonotic-map-compiler

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