Designing a Modern Rendering Engine
Matthias Bauchinger
Broschiertes Buch

Designing a Modern Rendering Engine

Design Decisions and Implementation Details

Versandkostenfrei!
Versandfertig in 1-2 Wochen
45,99 €
inkl. MwSt.
PAYBACK Punkte
23 °P sammeln!
Revision with unchanged content. 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...