Drawing alpha masked images

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
Mobeen
Posts: 37
Joined: Sat Mar 25, 2006 9:31 am
Location: Karachi, PAKISTAN

Drawing alpha masked images

Post by Mobeen »

I am making a simple demo in which i m trying to draw a 2d image to show the misses left. Now the image is an 8bit png with alpha channel stored to mask out the ship image but when i render the image the alpha mask is not applied, I am doing this
drawImage2d(img, point2d<s32>(570,10));

Wuold i have to mask alpha myself???
Thanks
Mobeen
Proud to be a PAKISTANI
Post Reply