Hey guys! So this weird started happening after I upgraded to Catalina where the display window in Processing started to look pixelated. It happens with all 2D and 3D sketches. I checked with p5.js to see if I was going crazy but everything looks so much smoother over there. I downloaded 2 different versions of Processing from the website and the problem persists in both.
Any clues will be welcome since I haven’t found similar issues being discussed in the forums. Thanks! https://imgur.com/a/W2XESzk
Can you try to use the pixelDensity() function in your sketch and setting it to two?
From the documentation :
This function is new with Processing 3.0. It makes it possible for Processing to render using all of the pixels on high resolutions screens like Apple Retina displays and Windows High-DPI displays.