Off - Screen Rendering in JME3

Hello guys, I was just wondering if there is the capability in JMonkeyEngine3 to render scenes off screen (into a frame buffer). ?

I know there was a class in the old version “JMonkeyEngine2” that was called offscreenRenderer, but I can not find one in version 3. Can anyone help me through offscreen rendering in JME3 ?

Use a preView, look at TestRenderToMemory.

Thank you so much, Normen for ur reply.

I will check this out.

Ur hint was really useful…I have done what I have in mind :slight_smile:

Thanks to God…