From: Rudolf Polzer Date: Mon, 30 Aug 2010 08:12:18 +0000 (+0200) Subject: restrict the lightmapsearch for better batching (slightly more fps) X-Git-Tag: xonotic-v0.1.0preview~253 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=3187b39433d7d91775732c67f590c1af28904078 restrict the lightmapsearch for better batching (slightly more fps) --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 58e1e75f..e48194f3 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 = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid'; + our $LIGHTFLAGS = '-lightmapsearchpower 3 -deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';