Can Irrlicht use COLLADA shader materials?

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
Vir
Posts: 14
Joined: Thu Feb 21, 2013 10:00 pm

Can Irrlicht use COLLADA shader materials?

Post by Vir »

It would make it very easy if it could, but I'd imagine a lot more people would use shaders in Irrlicht if that was possible.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Can Irrlicht use COLLADA shader materials?

Post by CuteAlien »

No, shaders are not supported so far.
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
Vir
Posts: 14
Joined: Thu Feb 21, 2013 10:00 pm

Re: Can Irrlicht use COLLADA shader materials?

Post by Vir »

Thanks. Reading through the API, I've noticed Irrlicht has a lot of features that aren't used in the examples or mentioned in the "features" page, and I was just making sure this wasn't one of them.
Post Reply