From ce30eac93c6da6351092361615dd50b94d580667 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Tue, 1 Oct 2019 21:11:15 +0300
Subject: [PATCH] Reduce colour smoothing

---
 components/renderers/cpp/src/splatter.cu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/renderers/cpp/src/splatter.cu b/components/renderers/cpp/src/splatter.cu
index c7456e57b..443ec7b32 100644
--- a/components/renderers/cpp/src/splatter.cu
+++ b/components/renderers/cpp/src/splatter.cu
@@ -61,7 +61,7 @@ __device__ inline float4 make_float4(const uchar4 &c) {
 #define ENERGY_THRESHOLD 0.1f
 #define SMOOTHING_MULTIPLIER_A 10.0f	// For surface search
 #define SMOOTHING_MULTIPLIER_B 4.0f		// For z contribution
-#define SMOOTHING_MULTIPLIER_C 4.0f		// For colour contribution
+#define SMOOTHING_MULTIPLIER_C 1.0f		// For colour contribution
 
 #define ACCUM_DIAMETER 8
 
-- 
GitLab