Recast: make default cell size 16 units

Seems to result in the best NavMesh, and also seems to perform the best in-game with even better reliability than before.
This commit is contained in:
Kawe Mazidjatari 2024-07-02 16:16:15 +02:00
parent ecedca82c7
commit e3250fc53a

View File

@ -162,7 +162,7 @@ void Editor::collectSettings(BuildSettings& settings)
void Editor::resetCommonSettings()
{
m_cellSize = 15.0f;
m_cellSize = 16.0f;
m_cellHeight = 5.85f;
m_agentHeight = 2.0f;
m_agentRadius = 0.6f;