From b04f613dbf7f3535896cfcb237e569f7027c74b8 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Tue, 27 Dec 2011 22:42:53 -0500 Subject: Lower the weight threshold cutoff to propagate even more improbable photons --- chroma/cuda/photon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit