Reading Pixel Data

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
spidersharma
Posts: 50
Joined: Thu Aug 13, 2009 7:16 am
Location: India

Reading Pixel Data

Post by spidersharma »

Is it possible in Irrlicht to read back the pixel data from frame buffer?
spidersharma
Posts: 50
Joined: Thu Aug 13, 2009 7:16 am
Location: India

Post by spidersharma »

Hi,
I got it.
it's createScreenShot().
sorry for the trouble.
cheshirekow
Posts: 105
Joined: Mon Jul 27, 2009 4:06 pm
Location: Cambridge, MA

Post 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.
Post Reply