summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-11-03 00:46:30 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-11-03 00:46:30 +0100
commitbc2d9758ca1cda5cdf92f40e1af18cc16688dfbf (patch)
treec07f7fc32824f193ee5bacad3c4aaffcb498cdd5
parent4bc2ff9fcd061dac970fa68f96de90d1942175a4 (diff)
Better light quality.rev1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc1a23f..3c266a1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ Q3MAP_FLAGS += -fs_basepath $(FS_BASEPATH) -fs_homebase $(FS_HOMEBASE) \
FAST ?= 0
ifeq ($(FAST), 0)
- Q3MAP_BSP += -leaktest -meta -custinfoparms
+ Q3MAP_BSP += -leaktest -meta -custinfoparms -samplesize 8
Q3MAP_VIS += -vis
Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \
-dirtdepth 32 -fastbounce -patchshadows -samples 3 \