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
u235

getMesh()

Post by u235 »

Will getMesh() load any supported file format mesh or are there different functions to load each type? Thanks.

-AJ
WToma
Posts: 70
Joined: Tue Aug 09, 2005 8:38 am
Location: Szeged, Hungary

Post by WToma »

getMesh can load any supported mesh format. Of course, if you write a custom loader, you have to properly register it. (See the documentation and the source code).
Toma
"This is not a bug, this is a feature!"
Post Reply