View Full Version : Help with glReadPixels
malancha
04-13-2004, 03:31 AM
Hi, I'm trying to capture the image in an OpenGL window even when the window is partially or fully hidden by other windows. I can't use glReadPixels in such a case, so is there any other way to directly grab the color values?
Thanks in advance.
pixels that are hidden are by specification undefined, if you need to readback a whole rendered scene you should go for PBuffers for now.. A new extension capable of rendering direct to textures are in progress but not done in a few month i guess.
malancha
04-13-2004, 08:17 PM
Thanks -- unfortunately I haven't the foggiest idea about PBuffers. Would using PBuffers compromise on platform independence? Assuming that it wouldn't, can anyone point me to a tutorial?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.