Ok, now I'm writing the code to solve the problem. It's easy to draw the solid triangles lists first and then the translucent ones, but now I have to order the translucent ones. I can think in several ways of doing that, but none that doesn't waste a lot of proccessing time. Any suggestion for a fast sorting method? Thanks in advance.