I have some programs I wrote for OpenGL where positive y-axis is up. When I convert them to Processing everything is upside down (Processing positive y-axis is down). What is the easiest way to visually reverse this without changing all the math of the original program?
2