The development of real-time rendering applications has become one of the most difficult software engineering areas due to the number and complexity of the needed techniques and algorithms involved. These software projects have in common that they need to structure the data in the main memory, process it and send it to the graphics device for rendering in an efficient way. These recurring and complex algorithms are provided by so called rendering engines to allow faster development of real-time rendering applications. This book describes the concepts and design decisions which form the basis...
The development of real-time rendering applications has become one of the most difficult software engineering areas due to the number and complexity o...