by Matt Pharr, Greg Humphreys, Wenzel Jakob
ISBN: 0123750792
Buy on Amazon
Found in 4 comments on Hacker News
reedlaw · 2014-10-14 · Original thread
I suggest taking a look at Physically Based Rendering [1]. It goes through an advanced rendering system in a literate coding style. That is, the physical explanations are interspersed with the code of an open source renderer [2]. I'm not sure how it compares with this Disney renderer, but it should go a long way towards demystifying how these things work.

1. http://www.amazon.com/Physically-Based-Rendering-Second-Edit...

2. http://www.pbrt.org/

yuriks · 2014-07-20 · Original thread
If you're interested in ray/path tracing or photorealistic rendering at all I would seriously recommend Physically Based Rendering[1]. It's probably one of the most satisfying book purchases I've made. The authors go through every aspect of implementing a quality path tracer: image sampling, surface shading models, statistics and integration methods, intersection testing and acceleration and more. It's an absolute treasure trove of information. (Be prepared to do a lot of math.)

[1] http://www.amazon.com/Physically-Based-Rendering-Second-Impl...

mixedbit · 2014-01-12 · Original thread
Here are few examples of great 1000+ pages books with lots of code. Though reading them is much more effort than reading a self-help book: http://www.amazon.com/Programming-Environment-Addison-Wesley... http://www.amazon.com/TCP-IP-Illustrated-Implementation-Vol/... http://www.amazon.com/Physically-Based-Rendering-Second-Edit...
defdac · 2013-09-01 · Original thread
"Physically based rendering" have a second newer edition: http://www.amazon.com/Physically-Based-Rendering-Second-Edit...