how to add an external mesh loader?

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
dark chazz
Posts: 26
Joined: Tue Nov 11, 2008 5:20 pm

how to add an external mesh loader?

Post 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:
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Just create the loader (new MyLoader() or somethign like that) and pass the pointer to your loader to the addExternalMeshLoader().
dark chazz
Posts: 26
Joined: Tue Nov 11, 2008 5:20 pm

Post by dark chazz »

thanks it works!
Post Reply