Author Topic: Did anybody use navigate mesh?  (Read 2103 times)

Offline wylng

  • byte
  • *
  • Posts: 5
    • View Profile
Did anybody use navigate mesh?
« on: January 17, 2014, 07:39:22 am »
I want to use navigate mesh  to find route, but I don't have idea how to.
how to create navigate mesh,  how to navigate through the mesh, the basic theory is clear, but implement is another thing.
Do anybody help me, I want source code and demo app
Thanks a lot
« Last Edit: January 17, 2014, 07:41:53 am by wylng »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Did anybody use navigate mesh?
« Reply #1 on: January 17, 2014, 08:17:50 am »
raft once made something for this purpose, but it's commercial (albeit there is a limited version available for free): http://www.jkilavuz.com/index.html.

Personally, i prefer simple uniform grids that you can traverse by using a basic A* implementation. Another option is to create a waypoint graph and make your entities move along it's edges.