let's use the samples preset 4 for random samples

This commit is contained in:
Rudolf Polzer 2010-10-22 09:30:20 +02:00
parent d341375a26
commit abea75c9f9

View File

@ -25,7 +25,7 @@ use File::Temp;
our $VISFLAGS = '';
# Default flags for the -light stage
our $LIGHTFLAGS = '-lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 128 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
our $LIGHTFLAGS = '-lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
# Default flags for the -minimap stage
our $MINIMAPFLAGS = '';