Hi,
i have been evaluating the MonkeyEngine for a few days and have a question concerning the md5 importer/connection.
If i understood correctly the Quake Format md5 is the best and most effective way to integrate Bone Animation into the MonkeyEngine.
The Thread
http://www.jmonkeyengine.com/jmeforum/index.php?PHPSESSID=6845de5255a4f8c61f1d584c849ae19b&topic=1395.30gave a code fragment of an example how to import these mesh and animation files. Everything seems to work fine (Eclipse didn't come up with any Sytax Error
after including the md5 API Files). The problem now is that the mesh and animation files are missing. I have been looking google and this forum up and down for these File:
private static final String BODYMODEL = "models/md5/chars/marine.md5mesh";
private static final String HEADMODEL = "models/md5/heads/sarge/sarge.md5mesh";
private static final String HEADANIM = "models/md5/heads/sarge/sargeidle.md5anim";
private static final String BODYANIM = "models/md5/chars/stand_point_forward.md5anim";
...without any luck.
Can anybody help me with these files, or even upload them and post a link?
Thanks for help,
MiKe