Re: JOGL does not work on versions higher than eclipse 2021-03
Posted by
Marcel on
Oct 07, 2021; 7:50pm
URL: https://forum.jogamp.org/JOGL-does-not-work-on-versions-higher-than-eclipse-2021-03-tp4041328p4041362.html
Hello Alexis,
regarding the cons:
1. No problems that I have recognized so far, because I have one view in which I also allow a split screen but painted in OpenGL.
2. This bug should be fixed. Which version are you using? See:
https://jogamp.org/bugzilla/show_bug.cgi?id=1378However on Mac I created a workaround with an IPartListener2 to change the visibility if needed: canvas.getNEWTChild().setVisible(false);
3. You don't need a extra shell. Newt comes with a fullsceen feature. However I also created here a Windows workaround to make it work correctly:
glWindow.setFullscreen(monitorDevices);