Possible Duplicate:
OpenGL Beginner Tutorials
Please let me know the name of OpenGl book for beginners.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might try starting out with the famous “Red Book”, aka OpenGL Programming Guide. It’s dated though, and modern OpenGL versions use somewhat different ways to get things done, although if you’re using pre-3.2 -version, I’m pretty sure you can use everything shown there (it’s also easier to get started with older OpenGL, because new versions rely heavily on shaders). I don’t know if the “Blue book” aka The OpenGL Reference Manual is available in HTML anymore (couldn’t find it right now), but here’s a link to the reference pages for multiple versions. There are also many tutorials available online, for starters you could try
NeHe and Lighthouse3d, and try googling for more.