11 lines
454 B
Markdown
11 lines
454 B
Markdown
# 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.
|
|
|
|
## Usage
|
|
|
|
|