Hi
I'm drawing bitmaps with transparent background.When the objects don't overlap each other then all is good, but when they overlap then there is some disturbance. I'm using
glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
Is it right? My alpha value is from PNG alpha chanel.
Thanks.