Is there anything like WhirlyGlobe for Android?
I just need to place a texture on a sphere that can be manipulated by the user. It must also be able to place overlays at various latitudes and longitudes.
I don’t want to include whole 3D engines and I don’t really want to code with bunches of arrays and GL specifics.
Are there any options or is OpenTK the best?
I started working on my own implementation: https://github.com/mattleibow/OpenGlobe
It is a bit rough and old, but I am hoping to work on this again sometime.
Just in case someone is interested…