-
Blending Problems
I'm having some blending problems. I make my world, then I make my object that I want to blend, but the whole scene gets blended. I'm thinking I need to use glDepthMask(FALSE), but I'm not sure. Can anybody help. Thanks.
-
Re: Blending Problems
I think u have to disable blending after drawing ur blended object. try glDisable(GL_BLEND) right after drawing the object
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules