Tagged Questions

1
vote
1answer
72 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); ...