Code: Select all
//before rendering image
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glEnable(GL_BLEND);
//render image
....
glDisable(GL_BLEND);
But I dont see the blending. Any ideas, has anyone tested this functionality?
Thanks again
Jeff.