diff options
-rw-r--r-- | chroma/cuda/photon.h | 2 |
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 { |