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
Add utility for computing a smooth path that follows the detail height of the nav mesh.
See NavMeshTesterTool in RecastDemo: https://github.com/recastnavigation/recastnavigation/blob/99b6c3306efd7ca8f204d1e1b39311ca5b783386/RecastDemo/Source/NavMeshTesterTool.cpp#L652
The text was updated successfully, but these errors were encountered:
Added an example: fea697b
Before closing this issue, this should be added to @recast-navigation/core as an exported utility.
@recast-navigation/core
Ideally this isn't a method on NavMeshQuery so it can be easily tree-shaken.
Sorry, something went wrong.
No branches or pull requests
Add utility for computing a smooth path that follows the detail height of the nav mesh.
See NavMeshTesterTool in RecastDemo: https://github.com/recastnavigation/recastnavigation/blob/99b6c3306efd7ca8f204d1e1b39311ca5b783386/RecastDemo/Source/NavMeshTesterTool.cpp#L652
The text was updated successfully, but these errors were encountered: