Overlapping meshes problem

Hello All, I have two meshes, the first one is infront and the other one is at the back, Why is it that, when i draw the the the one infront first then i draw the one at the back, the one at the back overlaps the one infront?? Please help.

If the two objects are not supposed to overlap, then make sure you have a depth buffer in your EGL configuration, and that you have depth test and depth write enabled. Also check the modelview matrices in effect when you draw them.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.