Is there a global setting for inverting the y-axis? I'm working with some GIS data and it would be convenient to globally flip the y-axis instead of managing the issue from element to element... I've been through the documentation and can't figure out where the global setting of this might live...
I know I can call ofCamera.setVFlip(true);
but I still end up with numerous issues with mouse position, etc.