No description
godot-cpp@21d526e5e5 | ||
recastnavigation@44ff936db5 | ||
src | ||
testscenes/recast_navigation_scenes | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md |
Recast and Detour Navigation for Godot 4.3
Incentive
This provides an independent alternative to the navigation primitives of Godot 4.3 itself.
Note: Although Godot already uses Recast to generate Navigation Meshes, I do not use the Godot NavigationMesh generator, as it doesn't allow me to use the Recast objects itself. I'd need to regenerate from the raw vertex data to the Recast primitives, which would lead to information loss.