Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: snapshot

  1. #1

    snapshot

    Hi,
    is there a possibility to make a screenshot of the hardware-rendered scene?
    thanks
    Harry

  2. #2
    Senior Member OpenGL Guru Relic's Avatar
    Join Date
    Apr 2000
    Posts
    2,527

    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().

  3. #3
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Tigard, OR, USA
    Posts
    46

    Re: snapshot

    nate.scuzzy.net has some code to do this via glReadPixels. Output is tga.

  4. #4

    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
  •