How to use blender on Android
With blender you can export your mesh/animation to a number of file formats. Your Android application must now be able to read the file format you have exported the animation with. A common file format blender is capable of to export is .obj
. This article describes the implementation of an .obj
file loader.
This is an excellent example for an mesh loader.
Here you can find some other links.
HTH