Re: New pre-release: Unsigned gluegen_476-joal_269-jogl_623-jocl_529

Posted by jouvieje on
URL: https://forum.jogamp.org/New-pre-release-Unsigned-gluegen-476-joal-269-jogl-623-jocl-529-tp3658085p3660835.html

I've modified an old junit test and I can reproduce the problem.

While writting the junit test, I've found the NewtCanvasAWT was rendered but with some kind of offset in its position. First screenshot shows a white area where the NewtCanvasAWT is supposed to be, and after resizing I can see the NewtCanvasAWT rendered in wrong place. This also appear in the unit test (second picture) where the gears are also rendered in wrong place:

bug-1.png
bug-2.png

and junit test:
NewtCanvasAWT_bug.java

Let me know if there's something wrong in the unit test.
Jérôme