Re: Texture2D and offscreen rendering problem
Posted by Tex on Sep 15, 2015; 10:43am
URL: https://forum.jogamp.org/Texture2D-and-offscreen-rendering-problem-tp4030882p4035315.html
Thank you all,
As you suggested,
I modified the createOffscreenBuffer() method in the Joglpipeline.java.
Just replaced offCaps.setFBO(true) with offCaps.setPBuffer(true).
It woks now!