A visual deep dive into the application of path finding to game mechanics and functionality

A look at how I'm utilising path finding in my 3D RTS game. The path finding (as well as terrain chunk triangulation, and fog of war / visibility calculations) runs on a parallel thread:

Sign In or Register to comment.