🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Blending makes the edges appear

Started by
-1 comments, last by Ysaneya 24 years, 1 month ago
Hi, I have a simple (to describe) problem: when i use alpha-blending on two polygons that are sharing an edge (such as additive blending), the edge is processed twice (making it appear twice brigher). Strangely, i didn''t have the problem with an older driver, and my code hasn''t changed a lot. I don''t have the problem with normal polygons (only blended, since i must use the GL_LEQUAL depth test). I''m wondering how to fix the problem.. can''t i tell OpenGL not to draw the last right or bottom pixels of a polygon when it''s filled ? Y.

This topic is closed to new replies.

Advertisement