summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-12-27 22:42:53 -0500
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:38 -0700
commitb04f613dbf7f3535896cfcb237e569f7027c74b8 (patch)
tree374135523182497c99e75739c56fac044d8b2c54
parent2477de305109badab69f1de225776fdcc8a09bd1 (diff)
downloadchroma-b04f613dbf7f3535896cfcb237e569f7027c74b8.tar.gz
chroma-b04f613dbf7f3535896cfcb237e569f7027c74b8.tar.bz2
chroma-b04f613dbf7f3535896cfcb237e569f7027c74b8.zip
Lower the weight threshold cutoff to propagate even more improbable photons
-rw-r--r--chroma/cuda/photon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroma/cuda/photon.h b/chroma/cuda/photon.h
index ff2868a..5677fc1 100644
--- a/chroma/cuda/photon.h
+++ b/chroma/cuda/photon.h
@@ -9,7 +9,7 @@
#include "mesh.h"
#include "geometry.h"
-#define WEIGHT_LOWER_THRESHOLD 0.01f
+#define WEIGHT_LOWER_THRESHOLD 0.0001f
struct Photon
{