Posted June 11, 201411 yr Is there any other way to cover up the side bits of a gui without resorting to glScissor? Kain
June 12, 201411 yr Hi The scissor would be my first choice but if that's causing you issues you could consider using a stencil mask http://www.glprogramming.com/red/chapter10.html Alternatively, you could render into a FrameBuffer and use that as a texture for rendering your GUI http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-14-render-to-texture/ -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.