Advertisement

alpha blending

Started by June 04, 2000 01:45 PM
0 comments, last by mesHead 24 years, 8 months 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
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