0

I have grouped my rendering by Mesh->Material->GameObject. Unfortunately transparent textures will only let me see objects with the same mesh as the mesh the material with transparency is on. Do I have to render transparent textures first ? Or what's my mistake ?

pixartist
  • 1,137
  • 2
  • 18
  • 40
  • Rendering correctly with transparency is difficult. You can sort all triangles in the scene and render them in the correct order or use a technique like depth peeling. – pmr Jul 19 '14 at 20:01
  • 2
    I wrote what's intended to be a fairly comprehensive overview of transparency rendering in another answer here: http://stackoverflow.com/questions/23280692/opengl-es2-alpha-test-problems/23283256#23283256. It might be helpful for you. Other than that, we would need more details about what exactly you're doing. I figure you're probably using blending to render the transparent objects? – Reto Koradi Jul 19 '14 at 20:16

0 Answers0