Raildex
|
  |
| Joined: 06 Dec 2009 |
| Total Posts: 934 |
|
|
| 22 Mar 2016 01:35 PM |
| Can someone give me an explanation of A* pathfinding and how it works (examples are helpful)? I need to create the most natural path possible using A* pathfinding. |
|
|
| Report Abuse |
|
|
Raildex
|
  |
| Joined: 06 Dec 2009 |
| Total Posts: 934 |
|
| |
|
|
| 22 Mar 2016 08:06 PM |
| Why implement A* when smooth Pathfinding is already available through a service? I doubt many people here have worked with A* because it isn't necessary. |
|
|
| Report Abuse |
|
|
Raildex
|
  |
| Joined: 06 Dec 2009 |
| Total Posts: 934 |
|
|
| 22 Mar 2016 08:10 PM |
| A* path finding is useful in certain situations, it allows for me to specify areas that it is allowed to use as paths as well as allowing for more precise pathing. whereas smooth pathfinding automatically uses the entire world |
|
|
| Report Abuse |
|
|
KapKing47
|
  |
| Joined: 09 Sep 2012 |
| Total Posts: 5522 |
|
|
| 22 Mar 2016 08:36 PM |
Dang, I had a few links about A* and Dijkstra pathfinding, but can't seem to find them in bookmarks... look it up "How does A* work".
"My Life is going Good... but..." |
|
|
| Report Abuse |
|
|