From 51b86b733439670e8d37506f6b4c41b3a994b138 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 20 Sep 2013 15:35:08 +0200 Subject: [PATCH] Update lightmap flags for now supported GPUs. --- misc/tools/xonotic-map-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index d501437e..9c15c340 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -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 = ''; -- 2.39.2