diff --git a/src/strategy/dual_layer_reprojection.hpp b/src/strategy/dual_layer_reprojection.hpp index 23a631657955cfb7123d712ceb211f595810ab54..9481679ccfdab10371be8438f57284d86b4adf1a 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;