isaac-mason / recast-navigation-js

JavaScript navigation mesh construction, path-finding, and spatial reasoning toolkit. WebAssembly port of Recast Navigation.
https://recast-navigation-js.isaacmason.com
MIT License
266 stars 24 forks source link

Investigate issues generating large tiled navmeshes #57

Closed isaac-mason closed 1 year ago

isaac-mason commented 1 year ago

This may just be expected behaviour: https://groups.google.com/g/recastnavigation/c/oB5VFwJoB0o/m/YbDmxfYgAAAJ

Using the RecastDemo application, the TempObstacles sample appears to have the same limitations.

To support easily generating large tiled nav meshes, should add an inbuilt non-TileCache nav mesh generator, which will be able to support much larger tile sizes.

Will close this issue for now, and will work on https://github.com/isaac-mason/recast-navigation-js/issues/119 instead