|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
OpenGL, pseudo code
Hi, I have 2 quick questions.
1. Does anyone know where I can learn the fundamentals of OpenGL? (books, websites ect.) 2. I was wondering, in some tutorials, they say I am going to be usng some pseudo code. What does this mean? Thanks a lot! 0pt!x- |
|
#2
|
|||
|
|||
|
Hello,
>> 1. Does anyone know where I can learn the fundamentals of OpenGL? (books, websites ect.) I would recommend getting the OpenGL "Red Book": Amazon.com >> 2. I was wondering, in some tutorials, they say I am going to be usng some pseudo code. What does this mean? Pseudo code is a way of expressing an algorithm in a code independent form. In other words, you don't initially write your algorithm in C, C++, java, etc... For more information, look here. |
|
#3
|
|||
|
|||
|
cool thanks bud
![]() |
|
#4
|
||||
|
||||
|
One of the better OpenGL tutorials that I've come across is Nehe's OpenGL tutorial:
http://nehe.gamedev.net/ Mind you, these pages show you how to get things done and have some very good step-by-step practical tutorials, but they don't bother to explain some of the underlying mathematical principles behind the computations (i.e. all the vector math and the matrix multiplication business). It might be a good idea to get a decent trig book, if you're really interested in the math behind the functions. Hope this helps! |
|
#5
|
|||
|
|||
|
coo thanks!
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > OpenGL, pseudo code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|