Navigation mesh

Started by
3 comments, last by lwm 10 years, 4 months ago

I have few questions regarding path finding

Is it possible to automatically generate navigation mesh? or do I have to create it manually in the mission design?

I want to be able to find paths without having to do anything related to path finding in the mission editor

Advertisement

Opss, I think this thread should be moved to Artificial Intelligence forum.

Usually you have to edit it yourself. If you would have an automatic way of doing it, than your bots could use that mechanism instead of the mesh, so there would be no point for the mesh to exist.

@meeshoo: I want to create only some buildings, trees, mountains and character, then the character should be able to find paths automatically without having to do any path finding work in the mission editor.

What mechanism is efficient and doesn't require any work related to path finding in the mission editor?

Have a look at Recast. It's an open-source library that has been used in AAA titles to generate navmeshes. If your navmeshes are 2D only, you could have a look at this article for some ideas.

current project: Roa

This topic is closed to new replies.

Advertisement