tags:

views:

14

answers:

0

Ok so i have an api to a globe that I can only move by setting the x y z axis tilt. (the camera cannot move.) I need to be able to map lat/lng to it. So basically take lat/lng and rotate in x y z and show the point in the center of the screen.

The setup can basically be visualized with this picture... http://en.wikipedia.org/wiki/File:ECEF.png

One other thing, the globe is offset in Z such that the prime meridian is at 0 0 135 tilt.

Thank you.