I have a Blender .obj-file which gets uploaded to a tomcat webserver.
Now I need to convert and store this file into an Oracle database.
The converted data should be usable by an Android OpenGL Viewer (I don't implement that Android app, so I can't change the way it gets its data), who gets its data somehow from the database.
My question is: how can I convert the .obj-file into something that the OpenGL Viewer will understand and store it to the database?