Iam trying to render some 3d objects using opengl. Requirement is that i need to hide all the transparent objects which are z-behind another transparent object. All the tria
You can do this by sorting your scene, which is what you have to do anyway to get transparency working correctly.
Here's what you need to do: