hello
i am looking for a md5 loader, i saw there was one that have been made here :
http://hub.jmonkeyengine.org/groups/user-code-projects/forum/topic/md5importer-concurrent-version-11-released-on-051109?topic_page=1&num=15
but this one only work for jme1 and jme2.
did there is another loader that have been made for jme3 (i search but i didn’t found anything), did the one that is existing is currently converting for jme3 ?
(sorry for my bad english)
Use blender : convert md5 models to blender and then export models to OgreXml.
The only jme importer than works is OgreXml, the others they will just fail to export for X,Y,Z reason and crash.
hum … ok i will try this way
thanks
tralala said:
The only jme importer than works is OgreXml, the others they will just fail to export for X,Y,Z reason and crash.
Not just OgreXml but BlenderImporter too, it's very active, and works fine with blender 2.5 too.
We have no plans to support the md5 format. Broad support of formats inevitably ends in several mediocre art pipelines, as opposed to a select few good ones. OgreXML is one option, yeah, but you could also try load your model in Blender, save the .blend file and try to load that directly into jME3 by using the Blender Loader plugin.