restrict the lightmapsearch for better batching (slightly more fps)

This commit is contained in:
Rudolf Polzer 2010-08-30 10:12:18 +02:00
parent aa9677f5b9
commit 3187b39433

View File

@ -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 = '';