Which statement is true?
1) If an agent is travelling from point A to point C via point B, and if the subpath is walkable, I delete point B
2) If an agent is travelling from point A to point C via point B, and if the subpath is not walkable,I delete point B....
OK, I think I got it...
First, I test for Point A to C, if it is walkable, delete B
Then test for A to D, if it is walkable, delete C
If Not,
Start from C, and test C to E etc
Thanks
Jack