I'm trying to use Pathfinding in first person shooter game.
Can someone point me to sample code for Pathfinding using Bullet Raycasting?
Pathfinding using Bullet Raycasting
-
- Posts: 3
- Joined: Tue Nov 13, 2012 9:21 am
Re: Pathfinding using Bullet Raycasting
Any update?
-
- Posts: 24
- Joined: Sat Nov 07, 2009 7:57 pm
Re: Pathfinding using Bullet Raycasting
usually you don't do pathfinding with physiclogic, due to overhead? Either you have a special case, or needs to read more about pathfinding algorithms.