8

I am looking for an example that renders an interactive earth similar to the one in the Smule products.

genpfault
  • 51,148
  • 11
  • 85
  • 139
Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129
  • Related non ES: http://stackoverflow.com/questions/9511499/seam-issue-when-mapping-a-texture-to-a-sphere-in-opengl || http://stackoverflow.com/questions/17488259/opengl-mapping-texture-to-sphere The name of this operation appears to be "UV mapping": https://en.wikipedia.org/wiki/UV_mapping – Ciro Santilli OurBigBook.com Apr 12 '16 at 13:45

3 Answers3

12

Someone just pointed me to this question. I have one!

It's called WhirlyGlobe and it's built specifically for this purpose. Runs on ios, uses a combo of Objective-C and C++ and is very Cocoa Touch friendly. Uses delegates for camera motion, multithreaded, all that good stuff.

Oh, and it's freely available under the Apache2 license.

Details can be found here: http://mousebird.github.io/WhirlyGlobe/

mousebird
  • 1,029
  • 9
  • 18
3

I can't offer any samples, but Dragon Forged Software sells a prepackaged OpenGL ES Globe for the iPhone. http://dragonforged.com/consult.shtml

2

A company name Clever Coding offers a opengl implementation of a 3D globe for sale at http://www.clevercoding.com/iPhone3Dglobe.php

Sam
  • 29
  • 1