A simple way to implement pathfinding using bullet physics - iPhone SDK
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-06-05T00:52:55Z
Indexed on
2010/06/05
19:42 UTC
Read the original article
Hit count: 497
Hi,
I have bullet physics set up and working on the iPhone but now I want to implement some sort of path finding with it.
The problem is I have no idea where to start, the level is pretty simple just a lot of pillars that I want the 'bad guys' to navigate around to get to the player character.
Do you have any suggestions or are there any tutorials you recommend for pathfinding using this on the iPhone?
© Stack Overflow or respective owner