Unit turning in navmesh-based pathfinding

Posted by Haddayn on Game Development See other posts from Game Development or by Haddayn
Published on 2014-05-07T06:51:41Z Indexed on 2014/06/10 9:45 UTC
Read the original article Hit count: 197

I'm working on an RTS game, and I'm using navmeshes for unit pathfinding. I do know how to find a general path within a navmesh, but how do you determine if the unit have enough space to turn?

I have units of different shapes (mostly rectangles with different dimensions), and with different turn radii. Additionally some of units can turn in place, and some can move in reverse.

So, how to find a path which unit can follow, considering that it can not rotate easily?

© Game Development or respective owner

Related posts about ai

Related posts about path-finding