The problem is das Irrlicht ignore the alpha value for the transparency of a picture.
Code: Select all
driver->draw2DImage(image, pos , rect , 0, SColor(150,255,255,255))
I use Irrlicht 1.0, and it doenst work with any device.
Maybe anyone know a quick workaround, to solve the problem