Hi,
I have been looking at how pathfinding is done in games and understand how an A* algorithm finds the most efficient path to a location.
Now i am curious how i can actually get the properties of the navigation mesh (vertices etc.) inside of c++ so that i can run my own implementation of the algorithm on it.