-
snapshot
Hi,
is there a possibility to make a screenshot of the hardware-rendered scene?
thanks
Harry
-
Senior Member
OpenGL Guru
Re: snapshot
You mean grabbing the window contents into the clipboard with "Alt+Print" under MS Windows?
Well, is that the answer?
Using OpenGL you can read the color buffer with glReadPixels().
-
Re: snapshot
nate.scuzzy.net has some code to do this via glReadPixels. Output is tga.
-
Re: snapshot
merci
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules