I have 2 cubes in Blender and the timelines have to run parallely.
I'm importing to Android with min3d. But I guess the problem is only in the exporting part, so this should not be important.
Ok I'm using Blender 2.49 in order to export to md2 because could not get newer versions to run with that script.
Why md2, because it is the only animated format min3d can handle.
The problem:
md2 requires only 1 object, it doesn't seem to be able to export multiple objects.
So I joined (ctrl + j) my cubes. But then the animation is messed up. Timelines seem to be also merged and both objects move together the same way.
Any ideas...?
If there's a completly different way to get these animations in my Android project just tell me. But I don't have time to write an own exporter / parser so please don't suggest me that.
The only alternative I can think about, with my current knowledge, is export each object-part (each part which has an own timeline) as a separate object and the rebuild the "scene" (my object) in opengl.
Or export a static mesh and make the animation dynamically with OpenGL (which is what I'll do probably). Bit more work coding but is probably the easiest solution, for this case (very simple rotation + translation).