🎉 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!

alpha blending

Started by
0 comments, last by mesHead 24 years ago
im in need of a little help ... for some reason OGL won''t make the background of an image transparent even though i (believe) have the code required for it to work. glEnable(GL_BLEND); glBlendFunc(GL_ONE, GL_SRC_ALPHA); any help is appreciated. thanks. -- mesHead.
mesHead
Advertisement
If your problem is the same that I had, then you should try to use GL_REPLACE instead of GL_BLEND. You might have one or two things to change, but I think it should do it.
----------------------------------------"Inash neteia haeg joa kavari quilm..." SD4

This topic is closed to new replies.

Advertisement