issues with 2D transparency in irrlicht 0.7

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!
Post Reply
tip
Posts: 50
Joined: Fri Feb 13, 2004 8:53 am
Location: grenoble, France
Contact:

issues with 2D transparency in irrlicht 0.7

Post by tip »

hi,
i had a fully-patched irrlicht 0.6 and managed to get the 2D stuff like static text and 2D images individually transparent.
It seems these transparency bug are not corrected but it's so suprising i wonder if there's sth wrong with my code. can someone confirm me the alpha of a 2D image isn't used for displaying 2D elements in irrlicht 0.7?
Is it fixed in irrlicht NX? i've read the changelog it's not so clearly written.
zola -

Post by zola - »

I use draw2DImage method (Irrlicht NX) with transparency and it works fine for my Test Application
Post Reply