Tagged Questions

1
vote
1answer
834 views

BlendFunc for textured fonts with changing background

I am attempting to use Textured fonts as so that I can display text in my openGL scene. However I am having trouble finding glBlendFunc values that will work. The background that the text will be ...
0
votes
1answer
115 views

How can I make a glow stay the same color against the background, even though I am using additive blending?

I am using openGL and programming on an iPhone. I am rendering a glowing 'beam' on top of my game scene. I am using a few textures with additive blending to make the glow effect. If the beam is ...
0
votes
2answers
324 views

OpenGL Blending problem with transparent skybox + transparent heightmap

Here's my problem. I'm rendering an orthogonal quad (filling the viewport) before everything (with vertex coloring at each corner), right after I'm rendering a cube skybox with 6 transparent polygons ...
0
votes
0answers
487 views

alpha blending in opengl ES 1.0

Im working my Android map app in opengl ES and im having some blending issues. Im new at opengl/ opengl es, and im trying to figure out the correct blending enums for this particular graphic. Im ...