I had working in iPhone 3d games & apps development. I try to set background colour for irrlicht scene as transparent, but I can't figure out the way, Below is the code to set Background Color in irrlicht scene:
driver->beginScene(true, true, SColor(0, 255, 255, 255)); // BG colour
Is there a way to set BG colour in irrlicht scene transparent?