Tagged Questions

1
vote
1answer
69 views

Bad (unattractive) blending in OpenGL with bright figures on dark background

I have a problems in OpenGL with blending (in result of antialiasing or textured painting). See problem illustration: I have the following setup code // Antialiasing glEnable(GL_POINT_SMOOTH); ...
1
vote
3answers
855 views

OpenGL ES. Scrolling 3 layer starfield textures gets me from 60 -> 40 FPS

I need to draw the background for a 2D space scrolling shooter. I need to implement 3 layers of stars: one distant nebula (moving really slow) in the background, one layer of far away stars (moving ...
0
votes
4answers
215 views

alpha blending with multiple textures leaves colored border

following problem: i have two textures and i want to combine these two into a new texture. Thus, one texture is used as background, the other will be overlayed. The overlay texture is getting ...