Hi all,
I'm trying to figure out how I can draw part of an FBO on the screen.
Using the draw(x,y,w,h) draws the entire fbo into the specified rectangle, but how can I just draw half of the FBO in one place and the other half in an other place?
Any pointers as to how this is done?