Menu
Forums
Login | Register

Home > Forums > OpenGL ES > screen door transparency Page :  1 
screen door transparency
Hi,
i have to simulate screen door transparency with OpenGL ES but i can't do this.
There is anybody that can help me?
Thanks a lot

Matteo
try doing this in your code

glEnable(GL_BLEND); glDisable(GL_DEPTH_TEST); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

then just render the textures with alpha in it (the screen door)

Home > Forums > OpenGL ES > screen door transparency Page :  1 

You need to be logged in to reply to this topic.


All Rights Reserved, © Zeus Communications, Multimedia & Development 2004-2005

Read the Disclaimer

Links