Hello all, new member here.
I'm working on a website that maintains a database of mountains for skiing/hiking. For each I'd like to also maintain data on the best way to display the mountain in 3D to really showcase it. Right now I have this working by storing (per mountian) lat/long, pitch, altitude, and heading. It works but it takes 4 function calls to get there which seems inefficient and takes a bit of time.
Is there a better way Perhaps a single function call to tell the camera exactly where to put itself I looked in the SDK reference but couldn't find anything like this...