Login  Register

Re: Texture2D and offscreen rendering problem

Posted by Tex on Sep 16, 2015; 12:49am
URL: https://forum.jogamp.org/Texture2D-and-offscreen-rendering-problem-tp4030882p4035319.html

You already mentioned diff in Edit.

I tested as you suggested, Both offCaps.setFBO(true) and offCaps.setPBuffer(true) didn't work.

Only offCaps.setPBuffer(true) worked on Windows 10.

And this didn't work on MacOS X (MacBook late 2009, 10.7.5, Oracle JDK 1.8) anyway.

BTW, When I tried to build "j3dcore-master", I couldn't find "VersionInfo" class and it generated error.
I commented it for build though.