added a figure to describe BDPT

metadata
Wenzel Jakob 2012-09-28 20:58:52 -04:00
parent 07b5a8d203
commit f3b0d060b2
2 changed files with 750 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,15 @@ MTS_NAMESPACE_BEGIN
* Modeled after after a scene by Eric Veach.
* }
* }
*
* \renderings{
* \includegraphics[width=12cm]{images/integrator_bdpt_sketch.pdf}\hfill\,
* \caption{The four different ways in which BDPT can create a direct illumination
* path (matching the first row on the next page): \textbf{(a)} Standard path
* tracing without direct illumination sampling, \textbf{(b)} path tracing with
* direct illumination sampling, \textbf{(c)} Particle tracing with recording of
* scattering events observed by the sensor, \textbf{(d)} Particle tracing with
* recording of particles that hit the sensor.}\vspace{-3mm}
* }
* \renderings{
* \unframedbigrendering{The individual sampling strategies that comprise BDPT, but
* \emph{without} multiple importance sampling. $s$ denotes the number of steps