Login  Register

Re: SWT GLCanvas renders incorrectly at 175% scaling and above on Windows

Posted by badjames on Dec 20, 2024; 7:01pm
URL: https://forum.jogamp.org/SWT-GLCanvas-renders-incorrectly-at-175-scaling-and-above-on-Windows-tp4043628p4043630.html

I'm probably talking to myself here, but a further update:

The NewtCanvasSWT works a dream on Windows, but unfortunately on Linux it is a mess.  Attempting to resize the canvas causes the rendered area to disappear off the canvas.  It appears that the X/Y location of the GLCanvas is set incorrectly somehow (it is 0,0 prior to resize and then seems to change to an absolute XY).

So unfortunately, I'm back to Eclipse/JOGL standard SWT canvas and broken handling of scaling....