Search found 16 matches

by mohsenz2006
Tue Jul 31, 2012 12:03 pm
Forum: Beginners Help
Topic: Pathfinding in 3d space
Replies: 8
Views: 2181

Pathfinding in 3d space

Hi every one. I know how to setup a 2d A* path-finding system in Irrlicht. Actually I've already done it. But my problem comes when I want to setup a 3d A* pathfinding system. for 2D I draw nodes and edges (the grid) and store their positions and cost (distance). in 3d space I don't have a grid. I h...