]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Update lightmap flags for now supported GPUs.
authorRudolf Polzer <divverent@xonotic.org>
Fri, 20 Sep 2013 13:35:08 +0000 (15:35 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 20 Sep 2013 13:35:08 +0000 (15:35 +0200)
misc/tools/xonotic-map-compiler

index d501437e4e2a23d3f779c452c4ddc0f23495b1ae..9c15c340a494c64dbf13ec046464aea400cc2841 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 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill';
+       our $LIGHTFLAGS  = '-lightmapsize 1024 -lightmapsearchpower 4 -deluxe -patchshadows -randomsamples -samples 4 -fast -fastbounce -dirty -bouncegrid -fill';
 
        # Default flags for the -minimap stage
        our $MINIMAPFLAGS = '';