Login  Register

Re: Off screen Canvas3D crushes when graphics mode of the display changes

Posted by philjord on Jul 03, 2017; 8:27pm
URL: https://forum.jogamp.org/Off-screen-Canvas3D-crushes-when-graphics-mode-of-the-display-changes-tp4038041p4038058.html

Alexei,
You are totally right, I didn't understand the issue correctly. Please give me some time and I'll go back and consider what might be happening differently between On and Off screen with regards to  the order of operations.

Also the off-screen shouldn't be trying to re-create FBO's any more than the on-screen should. That is to say it should allocate once at the beginning and not need to reallocate whilst the OS is in Text Mode.

Thanks for clarifying that,
Phil.