glBlendFunc?

I have two object, one’s color4b(100,0,0,50), another’s (0,0,100,50);
how can i define glBlendFunc, to see
1-st through 2-nd, and 2-nd through 1-st
objects?

you probably need to disable z buffering for this.

John