hi
I’ve just written a new MD3 loader from scratch. The format is pretty simple so it’s not that much code. If you’re interested, where it is: http://jagatoo.svn.sourceforge.net/viewvc/jagatoo/trunk/src/org/jagatoo/loaders/models/md3/MD3File.java?view=markup
My problem are the animations. I’ve successfully read all the frames and I can play them back. But how do I distinguish between different animations? Everything is stored in ONE sequence of frames. There are no frame blocks marked (with a name). But there seem to be different animations.
In MD2 there were different animations to be identified by name. And it seems to be dumb to drop this feature in MD3.
Any ideas are helpful.
Thanks,
Marvin