Page 1 of 1

Is there bug in reading binary x format ?

Posted: Fri Oct 13, 2006 6:34 pm
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

Posted: Sat Oct 14, 2006 8:54 am
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.

Posted: Sat Oct 14, 2006 12:25 pm
by Spintz
Actually, the binary format for .X is supported in Irrlicht SVN.

Can you supply the model?

Posted: Sun Oct 22, 2006 6:49 pm
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.