Hi there,
So I've got a sketch in P3D in the latest version of Processing. It's got a bit of 3D with some 2D elements overlaid once I call hint(DISABLE_DEPTH_TEST).
Problem is, even though I've got noSmooth() on, it's blurring all my images. Not just the outlines, the entire image is slightly blurred. It's not being upscaled, I'm literally just drawing the .png onto the screen with PImage. What's causing this and how can I stop it?
1