Advanced Global Illumination

... Show More
This book provides a fundamental understanding of global illumination algorithms. It discusses a broad class of algorithms for realistic image synthesis and introduces a theoretical basis for the algorithms presented. Topics include: physics of light transport, Monte Carlo methods, general strategies for solving the rendering equation, stochastic path-tracing algorithms such as ray tracing and light tracing, stochastic radiosity including photon density estimation and hierarchical Monte Carlo radiosity, hybrid algorithms, metropolis light transport, irradiance caching, photon mapping and instant radiosity, beyond the rendering equation, image display and human perception. If you want to design and implement a global illumination rendering system or need to use and modify an existing system for your specific purpose, this book will give you the tools and the understanding to do so.

Community Reviews

Rating(4.5 / 5.0, 2 votes)
5 stars
1(50%)
4 stars
1(50%)
3 stars
0(0%)
2 stars
0(0%)
1 stars
0(0%)
2 reviews All reviews
April 17,2025
... Show More
If someone knows better introduction to raytracing please let me know. From time to time I check for new releases but this book stays my favourite one.

It starts with the definitions of radiometric quantities, then presents the rendering equation and the rest of the book is dedicated to raytracing technique for solving this equation.
April 17,2025
... Show More
Really enjoyed every bit of it. It gave me a good grasp of the fundamentals and reinforced the concepts that I learned elsewhere (umpteen number of blogs, papers, tutorials, similar courses).

Particularly, I like the way complex concepts like Monte Carlo, Metropolis, Sampling methods, fundamental Radiometric and Photometric quantities are explained; These helped to get good intuitions.

Pseudocode have also been of much help; I referenced it while writing code. So, I highly recommend this book as a second book in Global Illumination.
Leave a Review
You must be logged in to rate and post a review. Register an account to get started.