🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

[Article]: RTS pathfinding with a dynamic constrained delaunay navmesh

Started by
2 comments, last by h8CplusplusGuru 2 years, 7 months ago

A while ago I wrote some notes up on making an RTS constrained delaunay navmesh for pathfinding similar to the method used in StarCraft 2. Maybe of interest to people who like RTS tech or pathfinding.

https://www.jdxdev.com/blog/2021/07/06/rts-pathfinding-2-dynamic-navmesh-with-constrained-delaunay-triangles/

Advertisement

Nice, I have used a similar approach for my upcoming game , and I was thinking how to adapt this algorithm to a 3d world.

Hot

This topic is closed to new replies.

Advertisement