I am trying to achieve an effect similar to the globe of the ABC News iPad app. (Google Images Examples)
Is it possible to get this effect by transforming CALayers? Or is this using OpenGL and fragment/vertex shaders?
CALayer provides access to the transformation matrix, is there some math that can be applied to this rather than transforming the OGL model view matrix? Feels like OGL is the more complicated way to do this and that there should be an easier solution.
If anyone has some ideas it is much appreciated. Thanks!