Smoothing pathfinding

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
mohsenz2006
Posts: 16
Joined: Tue Jul 31, 2012 9:35 am

Smoothing pathfinding

Post by mohsenz2006 »

Hi. I'm using A* algorithm for pathfinding and it's working fine. Now I want to know how I can smooth this path (especially on turns). is there any algorithm to do this? should it be done during the pathfinding or after the path is find?
mohsenz2006
Posts: 16
Joined: Tue Jul 31, 2012 9:35 am

Re: Smoothing pathfinding

Post by mohsenz2006 »

Thank you. I will read it and if I would have any problems I ask.
smso
Posts: 246
Joined: Fri Jun 04, 2010 3:28 pm
Location: Hong Kong

Re: Smoothing pathfinding

Post by smso »

The path may be smoothed by spline. See:
http://irrlicht.sourceforge.net/forum/v ... =9&t=46437

Regards,
smso
mohsenz2006
Posts: 16
Joined: Tue Jul 31, 2012 9:35 am

Re: Smoothing pathfinding

Post by mohsenz2006 »

I've studied the link you introduced to me but unfortunately the source file has been removed. I hope you have download it before. I have a problem in the function Walkable(pointA, pointB) and I'm not sure where I should ask for help. please help me if you know anything about this or advise me anything. thank you.
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: Smoothing pathfinding

Post by greenya »

mohsenz2006, sorry, but i don't have the source either :(
As you may see, that article dated "March 14, 2001", it is more than 11 years old.
Post Reply