Add support for multiple navmeshes on a scene

This commit is contained in:
Wojtek Figat
2021-01-13 14:28:46 +01:00
parent dba43c4e9f
commit 27ed23c1b9
15 changed files with 1012 additions and 626 deletions

View File

@@ -6,8 +6,6 @@
class Scene;
#define NAV_MESH_PATH_MAX_SIZE 200
/// <summary>
/// The navigation service used for path finding and agents navigation system.
/// </summary>
@@ -88,7 +86,7 @@ public:
#endif
#if USE_EDITOR
#if COMPILE_WITH_DEBUG_DRAW
/// <summary>
/// Draws the navigation for all the scenes (uses DebugDraw interface).