Variable Camera.invertY

Whether the Y axis of the projection matrix shall be inverted.

class Camera
{
  // ...
  bool invertY = true;
  // ...
}