From b8ffe0aaa3851730c23a40d2009c8cb5869a5fc0 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Tue, 28 May 2019 14:31:25 +0300 Subject: [PATCH] Add voxelhash config --- config/config_voxhash.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config_voxhash.json b/config/config_voxhash.json index d8b4f6995..600f35dd4 100644 --- a/config/config_voxhash.json +++ b/config/config_voxhash.json @@ -100,7 +100,8 @@ "SDFTruncation": 0.1, "SDFTruncationScale": 0.01, "SDFIntegrationWeightSample": 10, - "SDFIntegrationWeightMax": 255 + "SDFIntegrationWeightMax": 255, + "hash_render": true }, "registration": { "reference-source" : "ftl://utu.fi/dummy/rgb-d", -- GitLab