How to display an object above everything?

Hi,

I put a quad in my scene and I want to display it above all the other objects.

I don't want to use ortho mode, so I tried to play with ZBufferState but without success.

If anyone could help me…

Thanks.

Lokk at Renderpasses, just let the renderpass with the quad and render it above everything else (latest = top), there are some examples for it that are good to follow in the  jmetest package