From: Rudolf Polzer Date: Thu, 21 Oct 2010 18:31:08 +0000 (+0200) Subject: enable randomsamples by default X-Git-Tag: xonotic-v0.1.0preview~119 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=89d512f6bdbb7b730b0e95765ef6e9181adc4069;p=xonotic%2Fxonotic.git enable randomsamples by default --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index d70eb371..ec69572c 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 -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid'; + our $LIGHTFLAGS = '-lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 128 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';