I made a quad with a nice texture on it. The texture has an alpha channel (RGBA). I replaced the quad with the texture (GL_REPLACE)
, so now I have a billboard with (semi)transparant pixels on it.
So far, no problem.
But now I want to blend the entire billboard, so it's overall opacity changes.
How would I do this?