Hello, I am new to LWJGL and have been wondering how is it possible to set the clipping area (equivalent to Graphics2D's setClip).
With Thanks,
laginimaineb.
The equivalent in OpenGL is glScissor(int x, int y, int width, int height).
Thanks a lot, this is exactly what I was looking for. :)
With Thanks,
laginimaineb.