Login  Register

Re: Independent Textures...

Posted by ThomasR on Apr 02, 2018; 7:48pm
URL: https://forum.jogamp.org/Independent-Textures-tp4038596p4038776.html

Hi,

I'm not so sure this is the problem after some further experimentation. It seems like with multiple canvases, the individual scene are just not fully rendered sometimes. I made some improvements to make the simple test classes easier to follow. It is interesting that the same problem behavior is exhibited whether separate JFrames or JInternalFrames are being used:

RotatingCube.java
MultiJFrameTest.java
JDesktopTest.java
MyScene.java
MyThread.java


Tom