Re: Independent Textures...
Posted by ThomasR on Feb 09, 2018; 9:21pm
URL: https://forum.jogamp.org/Independent-Textures-tp4038596p4038612.html
Hi,
Very difficult to get the examples to display more than one JFrame. I modified JoglSwingExample to try to create
two windows. Even putting this on the EDT, with the settings above, there are problems. I can only get two windows
if I set useMultipleContext=true and use a non-null shareContext, but they don't work. What should DisplaySettings.shareContext be set to? Are multiple independent windows possible, or will this require substantial new development?
Tom