Wierd ms3d animation

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Wierd ms3d animation

Post by eejin »

I made a tiny animation in milkshape and this is what happened when it's a .ms3d.
Image
But when its a .x everything is fine:
Image
Is there a problem with the ms3d loader?
Btw im using Irrlicht 1.7.2.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Wierd ms3d animation

Post by hybrid »

At least not a known one. Can you send me the file for testing? Could be some extension not supported, but ms3d is usually pretty well supported in Irrlicht. Did you try another ms3d loader?
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Re: Wierd ms3d animation

Post by eejin »

http://g2f.nl/0gis84x
There are some faces missing but im working on that.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Wierd ms3d animation

Post by hybrid »

The ms3d loader has no problems with it, will check the ms3d loader.
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Re: Wierd ms3d animation

Post by eejin »

I looked around but couldnt find another ms3d loader. Or would it be one outside of the community?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Wierd ms3d animation

Post by hybrid »

Yeah, it's kind of "the official" ms3d loader, guess you can download it somewhere on the ms3d pages. The mesh loader seems to have some weights outside the normalization step or so, as only a few spikes are generated. I need to debug the loader for this, might take some time.
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Re: Wierd ms3d animation

Post by eejin »

Might use .x then but does it has any downsides? Or is there any format i should use.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Wierd ms3d animation

Post by hybrid »

ms3d is usually fine, so maybe some special thing that we don't support so far. In case the .x loads fine there's no drawback. b3d files should also be ok.
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Re: Wierd ms3d animation

Post by eejin »

As far I know its just skeletal animation with the vertices assigned to the bones. What else could there be? Or is there any need to comment in the animations in the file?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Wierd ms3d animation

Post by hybrid »

Well, ms3d has added some extensions via additional fields at the end of the file. But on a first glance all standard fields seemed to be existant and should work. So I have to check the weights and relations between weights and joints to make sure all things are properly assigned.
freedom108
Posts: 9
Joined: Mon Dec 07, 2009 7:48 am

Re: Wierd ms3d animation

Post by freedom108 »

I also meet the same problem with some of my mesh. The mesh show fine in milkshape 3d and misfit3d(another editor support ms3d), so I think it's a pitfall of irrlicht.
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Re: Wierd ms3d animation

Post by eejin »

Is there any other loader I could try?
Post Reply