Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamically updating tiled navmesh example #9

Open
isaac-mason opened this issue Apr 10, 2023 · 2 comments
Open

Add dynamically updating tiled navmesh example #9

isaac-mason opened this issue Apr 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@isaac-mason
Copy link
Owner

isaac-mason commented Apr 10, 2023

Support this kind of functionality: https://www.youtube.com/watch?v=WzFJMvE0L60

@isaac-mason
Copy link
Owner Author

isaac-mason commented Apr 6, 2024

WIP: https://sketches.isaacmason.com/sketch/recast-navigation/dynamic-tiled-navmesh

This example generates navmesh tiles in a pool of web workers, updating navmesh tiles that have active physics bodies in them (using rapier.js).

Should look to create a minimal demo here.

There's a DynamicTiledNavMesh class in that example that could be improved and included in a non-core package, e.g. recast-navigation/addons: https://github.com/isaac-mason/sketches/blob/main/src/sketches/recast-navigation/dynamic-tiled-navmesh/navigation/dynamic-tiled-navmesh.ts

@GGAlanSmithee
Copy link

this is really cool @isaac-mason 💯

@isaac-mason isaac-mason changed the title Dynamically updating tiled navmesh Add dynamically updating tiled navmesh example Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants