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 2 of 2

Thread: About capture graph in glut or opengl

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2009
    Posts
    5

    About capture graph in glut or opengl

    Hi there, i'm a newb here, i got a sample code and i've already load my .obj model in the program.

    But now what i want to do is to capture the graph from the glut-screen that showing my 3d model, can anyone help me ? thanks alot.


    here's the sample code link

    3D obj model loader

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: About capture graph in glut or opengl

    You can use glreadPixels to get back all the pixels on screen at once, onto an array.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •