Hi,
Is it possible to cut the fbo to be 300 X 300 sized (cutting / clipping rest of data)
Just keep what’s inside of (200,200) ~ (500, 500)?
Hi,
Is it possible to cut the fbo to be 300 X 300 sized (cutting / clipping rest of data)
Just keep what’s inside of (200,200) ~ (500, 500)?
you could use nested fbos to do this -
have you seen examples/graphics/imageSubsectionExample? It may show an easier way to do this