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.

I think u have to disable blending after drawing ur blended object. try glDisable(GL_BLEND) right after drawing the object