Renderer/docs/src/architecture/navmesh/navmesh.md
austin 02c23d6e28
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
documentation reorganization
2024-08-02 16:21:28 -04:00

401 B

@page navmesh Nav Mesh System

High Level Overview

https://github.com/ppiastucki/recast4j recast4j is a java lib that provides java version of recast and detour. Recast generates navmeshes, detour handles pathfinding through meshes generated with recast. Goal is to eventually bake them into the engine.

Future Goals

  • Overhaul existing, broken navmesh logic to leverage recast and detour