I am doing an academic project, which involves learning android and i needed to know the following details about android OS capabilities along with any good free and open-source 3D rendering API
- Can i display a sphere,cone, a sphere (divided into different positions) … i want it more like a 3D Graph
- Can i display a 3D Terrain Map
- Can i move the camera 360 degrees, i.e i want to be able to see my models from all angles from just the swipe of a finger
- Can i connect to a remote server on a website and pull/push data through usual POST/GET methods?
- Can i mix the normal XML based android display with the 3D display, or should i open it in a different screen(aka full screen).
Please correct me if i am wrong anywhere, need to know the above things before i take up this project for sure. Helpful links would be appreciated.
Android SDK already comes with OpenGL which is a free and open source 3D rendering API.
Check here for more detailed information.