Recast: increase cell height

32 seems to generate the nicest tessellation, way better and more consistent than the previous value.
This commit is contained in:
Kawe Mazidjatari 2024-10-15 15:33:46 +02:00
parent 136fc4ecf5
commit b5527cff5b

View File

@ -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;