Is there bug in reading binary x format ?

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.
Post Reply
sunnygraphy
Posts: 44
Joined: Mon Dec 05, 2005 8:15 am

Is there bug in reading binary x format ?

Post by sunnygraphy »

Hi..

I am using Irrlicht 1.1 version for binary x model.
Before 1.1, I used text format x model.
With text x model, there was no problem in reading.

But in reading binary x model, sometimes there are errors.
No reasons, just exit the program.

Is there a bug in reading binary form x model?


thanks
Klasker
Posts: 230
Joined: Thu May 20, 2004 8:53 am
Contact:

Post by Klasker »

Binary .x files are not supported by Irrlicht. So it's not a bug, really.
Irrlicht Manual wrote:Currently, Irrlicht only supports uncompressed .x files.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Actually, the binary format for .X is supported in Irrlicht SVN.

Can you supply the model?
Image
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Actually, Irrlicht 1.1 already supports binary.x format. But it is largely untested so it would indeed help to get the file. And also try the SVN version as it has some major improvements.
Post Reply