3DS file problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
nomad
Posts: 53
Joined: Thu Jan 05, 2006 12:35 pm
Location: Wales

Post by nomad »

luckymutt wrote:
It may well be that there was a problem with the export to 3ds.
You could well be right, or there may be other problems with the 3ds file reader that have not affected any of the simple .3ds models I have used so far. So I would also like to have a look at the offending model file, and run it through my patched version of the engine.
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

He sent me the mesh, and it seemed OK so i re-exported it anyway, and it turned up ok in the MeshViewer.exe

The other possible problem (and this prolly should've been the first hing to have looked into) is if he was using the software driver. If someone is just trying it out, and they are using the HelloWorld tutorialwithout changin the driver.
That seems to hide polygons pretty frequently.
TomB
Posts: 12
Joined: Wed Jan 25, 2006 11:52 pm
Location: Melbourne
Contact:

Post by TomB »

Did you guys have to re-build Irrlicht to get 3ds working correctly? If so could you post your built files somewhere so that I can try them. I might be having the same problem.
nomad
Posts: 53
Joined: Thu Jan 05, 2006 12:35 pm
Location: Wales

Post by nomad »

Yes, I rebuilt Irrlicht. Here are a couple of links:

Irrlicht.dll
Irrlicht.zip (just Irrlicht.dll but smaller download)

This is a Win32 Release build, I use VC6 so no support for DX9 :x
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

The model was displaying correctly in the mesh viewer with the out-of-the-box Irrlicht.dll

Was it showing up ok for you in the MeshViewer? Either your original one or the one that I re-exported?

what driver are you using in your code???
Join us in the Irrlicht chatroom:
[url]irc://irc.freenode.net/irrlicht[/url]

I love deadlines. I like the whooshing sound they make as they fly by. -D.Adams
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

It seemed to work fine with a stock dll. I had to shrink the textures quite a bit so that they could be loaded... After that it seemed to work okay.
Mark_Solo
Posts: 10
Joined: Sun Sep 25, 2005 6:30 pm

Post by Mark_Solo »

now it doesnt show the model at all :(
Post Reply