Page 1 of 1
Reading Pixel Data
Posted: Thu Oct 29, 2009 12:18 pm
by spidersharma
Is it possible in Irrlicht to read back the pixel data from frame buffer?
Posted: Thu Oct 29, 2009 12:33 pm
by spidersharma
Hi,
I got it.
it's createScreenShot().
sorry for the trouble.
Posted: Thu Oct 29, 2009 4:59 pm
by cheshirekow
You can also use Render to Texture, and then create an image from the texture. Depending on what exactly you're trying to do, one may be quicker than the other.