projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbf142
)
enable randomsamples by default
author
Rudolf Polzer <divverent@alientrap.org>
Thu, 21 Oct 2010 18:31:08 +0000
(20:31 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Thu, 21 Oct 2010 18:31:08 +0000
(20:31 +0200)
misc/tools/xonotic-map-compiler
patch
|
blob
|
history
diff --git
a/misc/tools/xonotic-map-compiler
b/misc/tools/xonotic-map-compiler
index d70eb371b3529fdc72df8439862f7cc207951090..ec69572c123de842f25f13491e0340a22ded41be 100755
(executable)
--- 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 = '';