From a3f3c0037dec53d86d725e56c01407260ff24b1d Mon Sep 17 00:00:00 2001 From: Jens Koenen <koenen@vr.rwth-aachen.de> Date: Fri, 26 May 2023 13:46:52 +0200 Subject: [PATCH] Added default value for subdivision border --- src/strategy/dual_layer_reprojection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/dual_layer_reprojection.hpp b/src/strategy/dual_layer_reprojection.hpp index 23a63165..9481679c 100644 --- a/src/strategy/dual_layer_reprojection.hpp +++ b/src/strategy/dual_layer_reprojection.hpp @@ -87,7 +87,7 @@ private: float layer_slope_threshold = 0.0f; float reproject_slope_threshold = 0.05f; float subdivision_threshold = 0.01f; - uint32_t subdivide_cell_border = 0; + uint32_t subdivide_cell_border = 2; float debug_value = 0.0f; bool wireframe = false; bool performance_view = false; -- GitLab