Re: pBuffer flips vertically on Mac
Posted by Chris van Kampen on
URL: https://forum.jogamp.org/pBuffer-flips-vertically-on-Mac-tp4025285p4025488.html
As a follow-up to my follow-up:
The problem appears not to have anything to do with pbuffers! But with the use of *accumulation buffers* on the Mac instead. If we force our solution to use accumulation buffers for drawing to the screen ("software antialiasing"), the image gets flipped vertically there as well, but in this case the image is also shifted upward. Any ideas for workarounds?
Thanks.
Chris.