We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Handmade Network»Forums
20 posts
Navigation mesh generation
Hey, I would like to know if there is any books or tutorials thats shows specifically the part of navigation mesh generation, not the finding paths algorithms, just the navmesh generation it self. I've been looking for this for a while and I just found documents talking about it but I always get very confused on the explanations
513 posts
Navigation mesh generation
The simplest way is to start with a known accessible point and floodfill the world from there using allowable movement actions.

Casey has a blog post about doing something like that: https://mollyrocket.com/casey/stream_0006.html

20 posts
Navigation mesh generation
I tried to read and understand the link and other resources but i'm still very lost at it... is there any books that goes through the full process of generating a navigation mesh?