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

Thread: OpenGL Document

  1. #1
    Join Date
    May 1999
    Posts
    3

    OpenGL Document

    I want to use OpenGL,but I can not find the documents about OpenGL,who can help me to get the full documents?


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: OpenGL Document

    If you're planning to use OpenGl with MFC (which you probably are, since you're on codeguru), do check out DevCentral's OpenGL/MFC tutorials at:
    http://devcentral.iftech.com/learnin...-win32/opengl/
    They explain OpenGL programming using MFC from the basics.
    If you just want tutorials and sample code on OpenGL itself, go to http://www.opengl.org/ and check out the links from there. I'd recommend Nate Robbin's OpenGL examples page (You'll get the link from opengl.org).


  3. #3
    Join Date
    Nov 1999
    Location
    FRANCE
    Posts
    4

    Re: OpenGL Document

    Look at www.sgi.com and developers. You'll find development kit and documentations for NT or Linux.




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