From: Rudolf Polzer Date: Fri, 20 Sep 2013 13:35:08 +0000 (+0200) Subject: Update lightmap flags for now supported GPUs. X-Git-Tag: xonotic-v0.8.0~65 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=51b86b733439670e8d37506f6b4c41b3a994b138;p=xonotic%2Fxonotic.git Update lightmap flags for now supported GPUs. --- 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 = '';