can someone tell me What's the best way from maya to Irrlicht animation mesh?
i search all the forum, but can't get the answer.
What's the best way from maya to Irrlicht animation mesh
The best way is to make some example models with the features you need. And then test all the exporters you can find and look how the models look like in the irrlicht meshviewer.
In our projects we used so far a combination of .X for animated models and .obj and some own format which is similar to .obj for static meshes.
In our projects we used so far a combination of .X for animated models and .obj and some own format which is similar to .obj for static meshes.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
Matthias88
- Posts: 4
- Joined: Wed Jan 06, 2010 10:57 am
Hello everyone,
I have just recently started to work with Irrlicht and so far it seems to be a really nice engine. The only thing thats really bugging me is that i cant seem to get my own animated models out of maya and into irrlicht!
Can someone please tell me, which file format i should use? And if there are any plug-ins for exporting animated meshs from maya to a format, that irrlicht can read?
I have already been spending the whole day now searching all over the internet for ways to export my model to any format supported by irrlicht, but so far i wasnt able to find a single plugin that lets me export to .md2, .md3, .b3d or .ms3d format. The furthest i got was the direct-x exporter mentioned in this post: http://irrlicht.sourceforge.net/phpBB2/ ... ++exporter. That one i got to export my mesh properly, but somehow it seems, it doesnt export any skeletons and animations, i have no idea what the problem might be...
So if anyone has experience with the mentioned XExporter plugin or knows about any other way of how to get my animated models from maya into the irrlicht engine please help me out. I'm totally lost.
thx a lot, greetz
Matthias
I have just recently started to work with Irrlicht and so far it seems to be a really nice engine. The only thing thats really bugging me is that i cant seem to get my own animated models out of maya and into irrlicht!
Can someone please tell me, which file format i should use? And if there are any plug-ins for exporting animated meshs from maya to a format, that irrlicht can read?
I have already been spending the whole day now searching all over the internet for ways to export my model to any format supported by irrlicht, but so far i wasnt able to find a single plugin that lets me export to .md2, .md3, .b3d or .ms3d format. The furthest i got was the direct-x exporter mentioned in this post: http://irrlicht.sourceforge.net/phpBB2/ ... ++exporter. That one i got to export my mesh properly, but somehow it seems, it doesnt export any skeletons and animations, i have no idea what the problem might be...
So if anyone has experience with the mentioned XExporter plugin or knows about any other way of how to get my animated models from maya into the irrlicht engine please help me out. I'm totally lost.
thx a lot, greetz
Matthias
Quoting myself from an old topic:
bitplane wrote:I think from Maya you have two proven and tested routes..
1) The Maya X exporter that comes with the DirectX SDK, but you'll need to compile it yourself
2) Use This MELScript to export your bone based mesh, open and save again in an old version of the DirectX viewer, then open in Irrlicht.
Not many programmers use Maya because it's so expensive, it's mostly 3D art/animation students, software pirates, and people at big companies with a large budget and an army of programmers. So there's not much support for Maya in Irrlicht.
-
Matthias88
- Posts: 4
- Joined: Wed Jan 06, 2010 10:57 am
Hi bitplane,
Thank you for the fast reply.
The melscript was the one i meant, i didnt get it to export my skeletons and animations, only the mesh itself. Do you know more about it? What the problem might be?
As for the Maya Exporter included in the DirectX SDK, i downloaded one from microsofts website (http://www.microsoft.com/downloads/deta ... 71b7bd369c) but unfortunately it didnt work with my version of maya. Was that the one you meant? or is there another one? Do you maybe have a link where i can get it?
Thx again,
Matthias
Thank you for the fast reply.
The melscript was the one i meant, i didnt get it to export my skeletons and animations, only the mesh itself. Do you know more about it? What the problem might be?
As for the Maya Exporter included in the DirectX SDK, i downloaded one from microsofts website (http://www.microsoft.com/downloads/deta ... 71b7bd369c) but unfortunately it didnt work with my version of maya. Was that the one you meant? or is there another one? Do you maybe have a link where i can get it?
Thx again,
Matthias
-
Matthias88
- Posts: 4
- Joined: Wed Jan 06, 2010 10:57 am
Ok, hmm... which modelling software would you suggest as an alternative or can you say, which one is being most used in combination with irrlicht?
i know only maya, because its the one we are using at the university, i havent been working with anything else so far, i didnt think, it would be this hard to find a way to get my models into a suitable format with it
i know only maya, because its the one we are using at the university, i havent been working with anything else so far, i didnt think, it would be this hard to find a way to get my models into a suitable format with it
-
Matthias88
- Posts: 4
- Joined: Wed Jan 06, 2010 10:57 am