We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support this kind of functionality: https://www.youtube.com/watch?v=WzFJMvE0L60
The text was updated successfully, but these errors were encountered:
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
DynamicTiledNavMesh
Sorry, something went wrong.
this is really cool @isaac-mason 💯
No branches or pull requests
Support this kind of functionality: https://www.youtube.com/watch?v=WzFJMvE0L60
The text was updated successfully, but these errors were encountered: