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!
I wanted to ask how can I make transperant pics,what I meen is that i want to create a GUI for my game but i don't want the background of the pic to appear only the GUI itself.Something like a particle that comes with Irrlicht, only the particle itself is visible.
The 2DGraphics example that comes with Irrlicht 0.4 demonstrates how to do this. Basically you have to call driver->makeColorKeyTexture(yourTexture,locationOfTransparentPixel);