Making Transparent 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
Masdus
Posts: 186
Joined: Tue Aug 26, 2003 1:13 pm
Location: Australia

Making Transparent images

Post by Masdus »

I've been working on a new GUI element for image buttons. I was trying to make the images transparent so they act in a way similar to the elements used in the GUI tut. I've tried changing the alpha component of the Scolor parameter when i draw the images using draw2dimage but i haven't noticed a change. Is there any way to achieve this?
klinsebaer
Posts: 5
Joined: Tue Aug 26, 2003 1:22 pm
Location: Hameln/Germany
Contact:

Post by klinsebaer »

Not yet. Niko told me that transparent texture are still not available in the current 0.4 release, but perhaps 0.5;-)
Post Reply