CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: glReadPixels

  1. #1
    Join Date
    Mar 1999
    Location
    Fl, USA
    Posts
    23

    glReadPixels



    I am having some trouble with glReadPixels, can someone point me to a good example on how to use it?

  2. #2
    Join Date
    Mar 1999
    Location
    Fl, USA
    Posts
    23

    glReadPixels



    I am having some trouble with glReadPixels, can someone point me to a good example on how to use it?

  3. #3
    Guest

    Re: glReadPixels

    manual page is
    http://trant.sgi.com/opengl/docs/man...eadpixels.html

    long list of links here - try out the siggraph stuff
    http://www.cse.cuhk.edu.hk/~graphics/csc3260/link.html

    other than that - explain you're problem, I might be able to help


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured