Irrlicht pathfinding class available

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!

Ever needed a pathfinding class for Irrlicht?

Yes
45
87%
No
6
12%
??? Pathfinding class ???
1
2%
 
Total votes: 52

CZestmyr
Posts: 72
Joined: Sat Feb 12, 2005 7:11 pm
Location: Czech Republic
Contact:

Post by CZestmyr »

I have finished the tutorial about the usage of the class. Just follow the link in my signature!
Bugfree is not a synonym to dumbass-resistant

My irrlicht files and tutorials
My music in mp3
fear

Post by fear »

Congratulation other time, and thanks by do it open source!!!
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

Nice work, thanks!
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
kickBack
Posts: 13
Joined: Sat Jan 14, 2006 2:20 pm

Post by kickBack »

Help!
Why does
vs2005 does not finds file "fstream.h" anywhere??
i thought it was standart header.
xasz
Posts: 4
Joined: Thu Oct 25, 2007 2:43 pm

Post by xasz »

i have downloaded the source, but could it isnt ready to compile,

i got severels failers like:
J:\Entwicklung\spaceconflict\src\Airrpathfind.cpp|114|error: conversion from `irr::core::list<PathNode*>::ConstIterator' to non-scalar type `irr::core::list<PathNode*>::Iterator' requested|
someone could help me plz
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

There's gonna be a load of problems using this code as it's over 3 years old now... I don't think the author has posted on here in a long time so they're unlikely to be updating the code any time soon.

As an alternative you can check out IrrAI (link in my signature), it provides pathfinding and other AI functions. Feel free to send me a Private Message if you want help or advice.
Image Image Image
Post Reply