Page 1 of 1

how to add an external mesh loader?

Posted: Fri May 15, 2009 1:28 pm
by dark chazz
ok , let's say I modified Irrlicht's lmts mesh loader and I want to add it using smgr->addExternalMeshLoader.
can anyone explain to me by code how to do that , please?

Sorry for my noobishness :cry:

Posted: Fri May 15, 2009 2:17 pm
by hybrid
Just create the loader (new MyLoader() or somethign like that) and pass the pointer to your loader to the addExternalMeshLoader().

Posted: Fri May 15, 2009 2:58 pm
by dark chazz
thanks it works!