Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Blending Problems

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2001
    Location
    Blue Springs, MO, 64014
    Posts
    12

    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.

  2. #2
    Guest

    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
  •