Author Topic: Problem with A* implementation [SOLVED]  (Read 388 times)

I've tried writing a TorqueScript version of the A* algorithm, which is so far going kind of good. But the following code gets stuck in a infinite loop and keeps checking the same object:
Code: [Select]
-snip-

Solved, it now finds the perfect and shortest path from A -> B on the "walkable objects".
« Last Edit: December 13, 2010, 05:23:42 AM by Bauklotz »