So I am working on a game, and I’ve noticed that everything in the world is sent to be rendered. Of course with the camera, only some of the world is rendered.
Does this mean there is there any expense for when I send all those extra vertices to OpenGL that don’t show up on screen? Will OpenGL/LibGDX do it automatically?
If I should clip it, is ScissorStack the way to go?