|
There is a newer edition of this item:
|
Product Details
Would you like to update product info or give feedback on images?
|
This new edition has been revised and updated to include OpenGL 1.2, which offers more features and tighter integration with hardware accelerators than any earlier version. Sections are logically broken down into graphics fundamentals and an introduction to OpenGL, the "Meat and Potatoes" of OpenGL rendering, and the specifics of OpenGL programming for Windows.
Long on examples and function descriptions, the book is a bit short on pictures, color plates, and screen shots. However, the accompanying CD-ROM has all the examples used in the book, some other exciting examples of OpenGL programming (the flight simulator with the terrain generator is remarkably smooth, for example), and the OpenGL library toolkits (GLUT 3.7, MESA 3, ZLIB 1.1.3, and others). It doesn't contain, however, a searchable electronic version of the book, which would have been very valuable given its complexity. But the book is thorough, and it covers every aspect of OpenGL programming, making it a good reference for anyone who codes for graphics applications, in spite of its shortcomings. --Mike Caputo
However, this book places function list in many chapters that once I want to look for relevant information I found I rather look for it from the internet. I don't doubt it as a good intorduction, but I won't say this book to be very good, because its codes are not well documented and not continuous as a whole project. Therefore users have to get familiar to many new codes in each chapter, and they are mostly unrelated.
Another weakness of this book is the index. I think if I am not too stupid that means this book does not organise its index very well.
The book uses GLUT for most of the programs. This is great as you can spend the time learning on program in 3d as oppossed to OS specific code. GLUT takes about 10 minutes to learn(Window,keyboard,and mouse functions), but you can do A LOT with it. You can make lots of small games and demos with it. Once the code works, remove GLUT and use your OS code.
This is a book on programming 3d graphics. You most likely wont understand it if you've never gone past algebra in school. This is not the authors fault. You need to be able to understand some trig and linear algebra. If your math education is somewhat lacking, you should be able to understand it. He explains it a lot better than most math teachers do.
Overall, I highly recommend this book. The examples are somewhat boring, but this is not a game programming book. It is a graphics book. You should have no problem taking what you learn and apply it to a game. If you are looking for an OpenGL Game Programming book, then buy the book with same title from the guys at Gamedev.net. It's very good.
However, not all the examples are particularly good or well covered in the text. Read more
|