How do I use a web mercator projection map for SCNMaterial on an SCNShere geometry?

前端 未结 1 930
刺人心
刺人心 2021-01-15 01:46

I have a simple globe view in my app. Previously we were using WhirlyGlobe, but have opted to use SceneKit instead. Everything works great and we are happy with it EXCEPT

相关标签:
1条回答
  • 2021-01-15 02:19

    If you already have images and need to reproject them (say from Mercator to Plate Carree/Equirectangular), take a look at GDAL (http://www.gdal.org). In addition to the format conversions, it contains a reprojection library. GDAL runs on most systems, and can be used from the command line or bundled into other programs.

    0 讨论(0)
提交回复
热议问题