collada ixmlrerader in irrlicht

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
emadof85
Posts: 31
Joined: Sun May 25, 2014 6:10 pm

collada ixmlrerader in irrlicht

Post by emadof85 »

how to use xmlreader to read collada file (.dae
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: collada ixmlrerader in irrlicht

Post by CuteAlien »

That would be a lot of work. But there is already a collada loader inside Irrlicht (so you don't have to bother with xml). If you really want to know how to code that from scratch you could look into the Irrlicht sources. Otherwise - check the Meshviewer example - it loads collada (you can test it there directly).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply