Partial transparency in 2D

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
pin3
Posts: 108
Joined: Fri Oct 06, 2006 8:50 pm
Contact:

Partial transparency in 2D

Post by pin3 »

When I use Draw2DImage I get transparent only those portions of the image that have maximum alpha. It seems that I can't get translucency in the portions with 50% alpha. Is this the default behavior or am I doing something wrong?
pin3
Posts: 108
Joined: Fri Oct 06, 2006 8:50 pm
Contact:

Post by pin3 »

I'm using the C# Irricht implementation for my project and I you can't call Draw2DImage with Cliprect set to null there. So it's a Irrlicht.net bug

When I call Draw2DImage with cliprectangle set to 0 in native (C++) it does display various alpha levels properly.
Post Reply