Stitching Multiple navGens #450
Unanswered
niko-dellic
asked this question in
Q&A
Replies: 2 comments 2 replies
-
It's possible to add/remove/replace "tiles" in a tiled navMesh, which amounts to the same thing: const navMesh = new NavMesh()
navMesh.initTiled(navMeshParams)
// ...
navMesh.removeTile(...)
navMesh.addTile(...) There's a dynamic navmesh demo here, which I am currently trying to replicate. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm not sure whether non-tiled navmeshes amount to a "directed graph over triangles". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to generate multiple navMeshes and then stitch them together into one navMesh?
Beta Was this translation helpful? Give feedback.
All reactions