我从来没有做过这样的事情,但我做的是制作3D球体(其中有地球般的质感)状,我想用绘制从具体locations.Now的谷歌地图的经纬度到它的位置我想知道,我的球半径明显比地球半径小,这会影响仍然为XYZ给出以下公式的纬度和经度值的位置:
tx = radiusOfSphere * cos(latitude) * cos(longitude);
ty = radiusOfSphere * -sin(latitude);
tz = radiusOfSphere * cos(latitude) * sin(longitude);