-
-
Hi,
First of all, thank you for this library.
I was wondering if there are any plans to add support for compiling ``recastnavigation-rs`` to WebAssembly?
It would be great to use this library…
-
In run.bat
error:undefined refence to "_ZHK13dtQueryFilter10passFilter.......
and I delete tow function _dtQueryFilter_passFilter _dtQueryFilter_getCost in detour.cpp ,
it build sussus
but the SWC ca…
-
https://github.com/o3de/o3de/blob/badfad1a6f1717778ed4e4ae14c0956d13eb9d6f/Gems/RecastNavigation/Code/Source/EditorComponents/EditorRecastNavigationMeshComponent.cpp#L203
why need execute CreateNav…
-
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/99b6c3306efd7c…
-
Basically every 3rd party library for Godot 3.6 is an older version of said library. Updating said libraries should fix some stuff but it might also introduce some other things as well which I'll need…
-
**Describe the bug**
EditorNavigationTest.StartAsyncThenChangedNavigationMeshSettings fails occasionally in AR
**Steps to reproduce**
Steps to reproduce the behavior:
1. Run Editor Navigation …
-
possible solution from recast: steps 3 to 5 of https://9631ec60-a-62cb3a1a-s-sites.googlegroups.com/site/recastnavigation/MikkoMononen_RecastSlides.pdf
* watershed partitioning to find regions
* con…
-
This happens [here](https://github.com/recastnavigation/recastnavigation/blob/b2d8fa9796712f8271885e98a85fa07f6fb956c2/Recast/Source/RecastRasterization.cpp#L281) because `poly2Vert` has value 7. Ther…
-
https://github.com/recastnavigation/recastnavigation/blob/05b2b8da80037887d3e79af8a59a8f0f8ed02602/Recast/Source/RecastMeshDetail.cpp#L465
For any valid triangulation, `E = 2VB + 3VI - 3 = (VB + VI…