[fixed]Irrlicht not correctly loading ms3d file

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
Anteater
Posts: 266
Joined: Thu Jun 01, 2006 4:02 pm
Location: Earth
Contact:

[fixed]Irrlicht not correctly loading ms3d file

Post by Anteater »

Hi all. Irrlicht loads this file incorrectly. Textures are fine. but the model itself is badly corrupted. Is there something I'm doing wrong?[/url]
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

Is it animated? If so, are the bone positions messed up? I remember asking this question a while ago and getting no answers.
Anteater
Posts: 266
Joined: Thu Jun 01, 2006 4:02 pm
Location: Earth
Contact:

Post by Anteater »

Yes, it is animated. Although the version I uploaded has no bone movement, there is a bone animation with 50 frames. I think it may be the editor I'm using (Misfit Model 3D) so maybe I'll try another supported format like md3. Also, some other files I've made that use subversion #1 work fine.
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

Oh yep, I used misfit model 3d too. I do believe that is problem solved! :lol: Because of the problems misfit has, I've been trying to move over to animating in blender. Even if you don't want to do that, blender can convert your .ms3d to a .b3d that works perfectly fine
Anteater
Posts: 266
Joined: Thu Jun 01, 2006 4:02 pm
Location: Earth
Contact:

Post by Anteater »

Thanks.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Even simpler: Use Irrlicht from SVN/trunk. I've fixed the ms3d loader and it now loads this file properly.
Post Reply