Login  Register

pbuffer / FBO : lost and white screen

Posted by ElJojo on Sep 23, 2012; 10:42am
URL: https://forum.jogamp.org/pbuffer-FBO-lost-and-white-screen-tp4026246.html

Hi,
I read a lot of forum (this one, JGO ...) and I cannot found clear example for offscreen rendering. The last I tried is what Sven said : https://github.com/demoscenepassivist/SocialCoding/blob/master/code_demos_jogamp/src/framework/base/BaseFrameBufferObjectRendererExecutor.java

I choose a simple test first : I want to save a file of a resized a texture.
Here is my code : RenderEngine.java

Can you tell me what I'm doing wrong, what is useless and how to finally save the render.
Thank you