Real-Time Rendering (2nd Edition) this question feed

asked by bestseller on October 30, 2006 11:28 AM
One would think that the title of Tomas Moller's and Eric Haines's book, Real-Time Rendering, would be a contradiction in terms. How can such a computationally intensive process as rendering computer graphics ever hope to be done on the fly, in the blink of an eye, without delay--in short, in real time?

The term rendering, as it applies to computer graphics, refers to the mathematically intensive process of creating a picture or sequence of frames based on geometry. The duration of this process is dependent on the complexity of the scene (a forest with many trees and thousands of leaves will take much longer to render than a scene consisting of a white box over a gray background) and the speed of the hardware doing the calculations.

When Pixar's Toy Story was first released, the computer animation community was all abuzz with how it was done, and someone at Pixar mentioned that over 100 SGI workstations were used for rendering the frames over the course of almost two years. Someone else extrapolated this data and figured out that the same movie could have been rendered on one contemporary PC over the course of about 80 years.

The authors deftly answer the question, not only asserting that it can be done, but since this book is a programmer's guide, they list snippets of programming algorithms that help outline how it can be done.

Because the software and hardware is constantly and rapidly evolving due to the insatiable need for more realistic and complex graphics, the book avoids getting too specific. To quote the authors, "The field is rapidly evolving, and so it is a moving target." This lack of specificity doesn't detract from the usefulness of the book, though. Instead, it works at a higher, more abstract level, describing approaches to rendering techniques using generic algorithms. It is up to the programmer to apply these methods to the specific program or system on which it is to be implemented.

Real-Time Rendering describes some very complex methods, and this book is not for the average computer graphics creator. However, if you are working in an industry that depends on real-time rendered animation--like the gaming, medical, or military fields--or you are building the next-generation real-time render engine, this book will offer insight and concepts you can use to build some impressive software. --Mike Caputo


Reviews

Thumb_up
Thumb_down

0%
0%
I acually read this book cover to cover theres alot of information in the book and its a great book to refer back to. Its really good as a companion with OpenGL. theres some directx stuff in it too but there seems to be more with OpenGL references.
reviewed by reviewer on November 17, 2006 3:09 AM

Thumb_up
Thumb_down

0%
0%
This is not a book of algorithms on computer graphics methods. Instead, it is a comprehensive high-level survey of rendering techniques for making the graphics appear to occur in real time. This book has a very academic tone to it, and with the exception of chapter 3 which is on matrix transforms, it has precious few implementation details. Some reviewers have called it a successor to Foley and Van Dam's classic text, but I find this misleading. That book is primarily about computer graphics techniques, and is not that concerned with real-time issues. The bibliography of this book is extensive and impressive, and if you are doing research on the subject it is probably essential, especially if you are interested in the subject of virtual reality where real-time presentation is a must. However, if you are just looking for pseudocode or more "cool effects" to insert into a game or graphics program you are writing/programming you would do best to look elsewhere.
reviewed by ladyrunner on November 28, 2006 3:53 PM

Thumb_up
Thumb_down

0%
0%
I was greatly disappointed with the first edition of this book. There is nothing new herein that cannot be culled from the latest presentations/whitepapers posted on NVIDIA/ATI websites, from the standpoint of real time graphics.

That being said, the book in conjunction with the book's online resources site is pretty much a stand alone reference on the state of the art in rendering techniques today.
reviewed by john316 on November 29, 2006 8:03 AM

Thumb_up
Thumb_down

0%
0%
This is a useful book for anyone writing graphics code regardless of their implementation language and API. It contains a wealth of information on dozens of topics in computer graphics and plenty of sources to find more information. It also reads easy and is organized so it's a breeze to find what you're looking for.

The chapter on acceleration algorithms is worth the price of this book alone. They do a great job motivating the need for culling and presenting several algorithms. I found their quad tree material particularly useful while working on one of my own.

The chapter on intersection test methods provides a handy reference. I find myself referring to it quite often. I also really liked the chapter on graphics hardware as it's hard to find a good source for this type of information at a high level.

This is probably the best computer graphics book out there right now and anyone working in the field or aspiring too should have a copy of it.
reviewed by ozone on November 29, 2006 9:40 AM

search

 
 

browse

book tags