ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Use RecastNavigation instead of NavGen for the navigation mesh. #35

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

RecastNavigation is a navigation mesh generation tool, currently the engine uses its own NavGen tool but we do not have the source code for it so we won't be able to compile it and/or upgrade it when needed. Recast is not only a 2d mesh generation tool but also work in 3d allowing you to work with roofs and walls.

screenshot

ZeroCool940711 commented 5 years ago

We now have the source code of the NavGen tool on the new version 2.0.1 but it is still better to have support for RecastNavigation as it is more modern and faster than NavGen, also it has features that NavGen doesnt have.