Added Recast&Detour implementation

- Implemented debug renderer of navigation meshes
- Can now generate navigation meshes from .map files
This commit is contained in:
Antoine Pilote
2024-07-11 04:54:57 -04:00
parent cc87da1001
commit 7b48319ff5
14 changed files with 592 additions and 6 deletions

View File

@@ -2242,6 +2242,11 @@ namespace Nuake {
PhysicsManager::Get().SetDrawDebug(m_DebugCollisions);
}
if (ImGui::MenuItem("Draw navigation meshes", NULL, m_DrawNavMesh))
{
}
if (ImGui::MenuItem("Settings", NULL)) {}
ImGui::EndMenu();
}