Transparency problems

Hi,



I've got a scene set up, with several small Quads tiled next to eachother, each textured with a blue, sea texture. Underneath that I have a single, very large Quad, textured with clouds. Above all this I have another large Quad set up with transparency. The strange thing is, that I'm seeing the Quad with a cloud texture through the transparent Quad, but not the sea tiles. Nor do I see the Box's that are between een sea Quads and the transparent Quad.



This is the quad for the transparent Quad:


Check the setRenderQueue mode (I recently added some javadoc to it).



what you need to do is:


water.setRenderQueueMode(Renderer.QUEUE_TRANSPARANT);

Thanks, that was exactly it :smiley: