Page 1 of 1

how to load models?

Posted: Wed Sep 07, 2005 8:33 am
by Guest
how do I load models into my window. the first tutorial shows how to load a mesh from a .md2 file. I want to load .max and .3ds models, btu it gave an error saying that the files could not be loaded. Does the size of the model matter? or the position of the camera will make it right?

Posted: Thu Sep 08, 2005 12:03 am
by Acki
No, just load it like in the first demo !!!
Be sure all nessesary files can be found !!!

(or maybe you'r exporter creates wrong file types for Irrlicht ???)

Re: how to load models?

Posted: Thu Sep 08, 2005 4:02 am
by Frobozz
Anonymous wrote:I want to load .max and .3ds models, btu it gave an error saying that the files could not be loaded.
The .max format is not supported and is actually a proprietary format used only by 3dsmax. The .3ds format is the one you want to use.