FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Integrate navmesh in the scene graph #445

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

This PR integrates navigational meshes in the scene graph. It solves few problems listed in #443 .

Fixes #443