Quantcast
Channel: Question and Answer » libgdx
Viewing all articles
Browse latest Browse all 434

Using LibGDX, is it necessary to clip what I'm rendering for efficiency?

$
0
0

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?


Viewing all articles
Browse latest Browse all 434

Trending Articles