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 support for flood fill navmesh pruning #156

Closed
isaac-mason opened this issue Sep 24, 2023 · 2 comments
Closed

Add support for flood fill navmesh pruning #156

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

Comments

@isaac-mason
Copy link
Owner

See flood pruning functionality in RecastDemo: https://github.com/recastnavigation/recastnavigation/blob/cd898904b72a300011fbb24d578620bafa08ef2c/RecastDemo/Source/NavMeshPruneTool.cpp#L132

Related google discussion: https://groups.google.com/g/recastnavigation/c/v2XwKzq-NZs/m/ZCEwcVHHmCMJ

@isaac-mason isaac-mason added the enhancement New feature or request label Sep 24, 2023
@isaac-mason isaac-mason changed the title Add support for flood navmesh pruning Add support for flood fill navmesh pruning Sep 24, 2023
@yelouafi
Copy link

yelouafi commented Sep 27, 2023

not sure if it's related but I'll report here

model file

generate with cell size: 0.5, tileSize: 32, walkableHieght and walkableClimb 4

agent sometimes fail to crosse between tiles

Screenshot 2023-09-27 at 11 12 13

sometimes it disappears, turns out it falls under the platform

Screenshot 2023-09-27 at 11 17 32

@isaac-mason
Copy link
Owner Author

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