- Home /
Question by
rich2020 · Jun 23, 2015 at 03:34 PM ·
spherecoordinatestrigonometry
Map Google lat lng coordinates to sphere
Say I have some coordinates:
public float defaultLat = -1.460115f;
public float defaultLon = 54.956641f;
I also have a sphere with scale x, y, z: 300, 300, 300
How can I take those lat and lon coordinates and map them to the edge(read surface) of the sphere?
Comment
Your answer
Follow this Question
Related Questions
Dealing with coordinates on a spherical level 2 Answers
Equirectangular Projection of Sphere onto Texture 2 Answers
Mapping co-ordinates from Google maps onto sphere. 1 Answer
How to use spherical coordinates in unity? 0 Answers
Radius of a Non-Uniform Sphereoid/Ellipsoid at a Given Surface Point? 1 Answer