projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf445ff
)
-bouncegrid is nice
author
Rudolf Polzer <divverent@alientrap.org>
Sun, 22 Aug 2010 12:18:48 +0000
(14:18 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Sun, 22 Aug 2010 12:18:48 +0000
(14:18 +0200)
misc/tools/xonotic-map-compiler
patch
|
blob
|
history
diff --git
a/misc/tools/xonotic-map-compiler
b/misc/tools/xonotic-map-compiler
index 58c8e6c7aa59b691bbd0ad40216b43ae8f1b3a59..58e1e75fcc3edf0c1b560f8b22234454a2811caf 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 = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty';
+ our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty
-bouncegrid
';
# Default flags for the -minimap stage
our $MINIMAPFLAGS = '';