How to render an interactive globe/earth for the iPhone OpenGL ES? [closed]
Asked Answered
P

3

8

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

Panzer answered 26/11, 2008 at 20:54 Comment(1)
Related non ES: #9511999 || #17488759 The name of this operation appears to be "UV mapping": en.wikipedia.org/wiki/UV_mappingRaymundorayna
L
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/

Laylalayman answered 7/6, 2011 at 20:51 Comment(3)
If you prefixed http://, it would make that URL clickable like this: mousebirdconsulting.com/whirlyglobe :pTacita
the link is dead :( For anyone who is looking for it: github.com/mousebird/WhirlyGlobePfosi
The link's fine. Must have been temporary.Laylalayman
R
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

Rhineland answered 3/1, 2010 at 5:57 Comment(0)
G
2

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

Gerstner answered 21/3, 2011 at 17:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.