updated navmesh invisible state

This commit is contained in:
2025-03-26 18:40:28 +05:30
parent dc1101db53
commit 3953b1813f
4 changed files with 35 additions and 22 deletions

View File

@@ -155,7 +155,7 @@ export default function NavMeshDetails({ setNavMesh }: MeshState) {
// Draw the debug visualization
const debugDrawer = new DebugDrawer();
debugDrawer.drawNavMesh(navMesh);
scene.add(debugDrawer); // Uncomment if you want to add the debug drawer to the scene
// scene.add(debugDrawer); // Uncomment if you want to add the debug drawer to the scene
} catch (error) {}
};