getMesh?

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
Guest

getMesh?

Post by Guest »

As far as I can tell, the only method to load a mesh into irrlicht from an outside source it: IAnimatedMesh* mesh = smgr->getMesh(filename); Then in order to create any other mesh types, you simply derive them from the loaded IAnimatedMesh right? Like IMesh* = IAnimatedMesh->getMesh(stuff here);

Is that the only way, or is there a way to load an IMesh directly from a file?? Or is there always a conversion?
Post Reply