Problem with alpha channel shader

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.
mongoose7
Posts: 1227
Joined: Wed Apr 06, 2011 12:13 pm

Re: Problem with alpha channel shader

Post by mongoose7 »

Dunno. TRANSPARENT_ALPHA_CHANNEL is usually used with a separate transparency map. Probably you should have used EMT_SOLID.
jimy-byerley
Posts: 27
Joined: Thu Oct 22, 2015 10:42 am

Re: Problem with alpha channel shader

Post by jimy-byerley »

Yes, I just tried and EMT_SOLID is working too. But with EMT_SOLID, transparency has sometimes problem and is rendered with the background only and not other objects.
EMT_TRANSPARENT_ADD_COLOR now works too as expected (but I won't use it for clouds !).
Post Reply