OpenGL Beginner question
Posted
by
nobby
on Programmers
See other posts from Programmers
or by nobby
Published on 2012-09-28T07:20:03Z
Indexed on
2012/09/28
9:49 UTC
Read the original article
Hit count: 170
I'm new to OpenGL programming, but I can't find a good book to read or a tutorial, I've tried reading through the superbible or whatever its name is but it's kind of complicated to me.
The tutorial at http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Chapter-2.3:-Rendering.html is pretty ok but it doesn't cover what I need mostly, which is opengl math etc (such as projection matrix, view matrix, and so on).
I'm fairly OK at C(++) (3+ years experience, I don't know if you would call that "good")
What i basically want to do with OpenGL is, make a simple game (prefer 2D as a start and not 3D).
Please suggest a good EBook to read and learn from.
© Programmers or respective owner