Good day
I have a very interesting task. I need to apply path finding around the globe. For example: I have a planet Earth and a ship which is situated somewhere in the sea. I point it a target on the globe and it should move to that point, avoiding land. Also, it should search in both directions because the planet is round and there is allways at least two straight line paths to a target and I want my ship to pick the shortest.
On your site I saw an example of polar grid. Can you give me some hints on how I can improve this example to get a full spherical graph? Thank you in advance!