Tugcga / PyRecastDetour

Python navigation mesh library for Windows, based on recastnavigation. Can be used for generating navmesh and finding shortest path between points
12 stars 3 forks source link

Navmesh.save_navmesh and Navmesh.load_navmesh #6

Open unwave opened 2 years ago

unwave commented 2 years ago

The initializing a navigation mesh from a .obj takes too much time. Do you plan on bringing support for saving and loading a navmesh any time soon?

Tugcga commented 2 years ago

PyRecastDetour module is a wrap of the example project from the original Recast Navigation. I don't completely understand how it works. So, I need some time to understand how it's possible to support save/load functionality.

Tugcga commented 2 years ago

Now all should works. Please, test it.