tags:

views:

118

answers:

2

Hey guys, I was hoping to study opengl and infact i started studying from superbible. But their examples are too vague and they use functions without explaining some terms and functions and it is pretty hard to figure out............. Ne suggestions?

A: 

How about the NeHe tutorials? (They're now available for WebGL, too.)

mrkj
Or look at others' suggestions here: http://stackoverflow.com/questions/1909717/getting-started-with-opengl-programing
mrkj
A: 

While the web design makes my eyes bleed, Nehe is a fairly standard place to start learning OpenGL, and is designed for beginners.

McPherrinM
While being a helpful resource, bear in mind that NeHe's tutorials teach deprecated OpenGL. Today everything is done in shaders and there are no matrices, glLight, glVertex, glVertexPointer etc.
SurvivalMachine