Screen scale


Is there a way to set the scale of the screen the same so that when I resize the window, the picture remain the same size and I can see more of the picture?


You can't resize the window, LWJGL does not allow that. By default restarting the display calls reinit on the renderer and camera to set the viewport to the new size.