Import a 3D animation into an android game
I want to import a skinned and animated character model built with bender into an android game. The animations can be: idle, walk, run …etc I’ve seen a related question but it’s only about importing a static model: https://stackoverflow.com/questions/204363/is-there-a-way-to-import-a-3d-model-into-android But I don’t see how to import a set of animation with tweened frames. Any ideas, … Read more