updated navmesh invisible state
This commit is contained in:
@@ -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) {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user