Autotiling mesh with pathfinding

To increase the search speed between two nodes use the algorithm Djikstra.

He finds the shortest path from one to all adjacent nodes …

I’ve implemented this in a game in Java, is a little tricky but nothing impossible…

Good Work… :wink:

Regard,
André.