Game programming tutorial (OpenGL)

时间:2012-08-29 14:00:54
【文件属性】:
文件名称:Game programming tutorial (OpenGL)
文件大小:237KB
文件格式:PDF
更新时间:2012-08-29 14:00:54
Game OpenGL These tutorials will contain comprehensive coverage on Game Programming in OpenGL. These articles are going to assume some familiarty with OpenGL, and C/C++, but thats about it. Not only will these tutorials cover games, but they will also be covering various effects and things that will be used in games (such as terrain, particles, player models, etc.). These tutorials require DirectX8 (for input, and sound), and the code is made for compatibility with Microsoft Visual C++ 6.0. I strongly recommend that you pick up the following books for your 3D knowledge: Real-Time Rendering (Moller/Haines), The OpenGL Programming Guide, 3D Games: Real-Time Rendering and Software Technology (Watt/Policarpo) and OpenGL Game Programming (Astle/Hawkins). These are all *great* references for general 3D information, and OpenGL information. I would also recommend that you check out the references that I will be listing at the end of each tutorial(when applicable), as they will contain papers/articles specific to the topic at hand, and will help you learn even more about it!

网友评论

  • 比较短,只有50页,介绍Windows下OpenGL的简单编程实例