feat: Nav mesh generation

This commit is contained in:
2025-10-06 18:23:47 +01:00
parent c4cf8f532b
commit d9957eead1
5 changed files with 52 additions and 35022 deletions

View File

@@ -6,7 +6,7 @@
#define NAV_MAX_PATH 1024
#define NAV_MAX_CONNECTIONS 8
#define NAV_MAX_NODES 4096
#define NAV_MAX_NODES 4800
typedef struct NavNode NavNode;