From b5527cff5bb0bb68d839bcf8d1b680b5929cb97d Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:33:46 +0200 Subject: [PATCH] Recast: increase cell height 32 seems to generate the nicest tessellation, way better and more consistent than the previous value. --- src/naveditor/Editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/naveditor/Editor.cpp b/src/naveditor/Editor.cpp index a4c14db7..061c7034 100644 --- a/src/naveditor/Editor.cpp +++ b/src/naveditor/Editor.cpp @@ -255,7 +255,7 @@ void Editor::resetCommonSettings() #endif m_cellSize = 16.0f; - m_cellHeight = 5.85f; + m_cellHeight = 32.0f; m_traverseLinkDrawParams.dynamicOffset = m_traverseRayDynamicOffset; m_traverseLinkDrawParams.cellHeight = m_cellHeight;