Pathfinding using Bullet Raycasting

Medo3337
Posts: 3
Joined: Tue Nov 13, 2012 9:21 am

Pathfinding using Bullet Raycasting

Post by Medo3337 »

I'm trying to use Pathfinding in first person shooter game.

Can someone point me to sample code for Pathfinding using Bullet Raycasting?
Medo3337
Posts: 3
Joined: Tue Nov 13, 2012 9:21 am

Re: Pathfinding using Bullet Raycasting

Post by Medo3337 »

Any update?
Empire-Phoenix
Posts: 24
Joined: Sat Nov 07, 2009 7:57 pm

Re: Pathfinding using Bullet Raycasting

Post by Empire-Phoenix »

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.