added a figure to describe BDPT
parent
07b5a8d203
commit
f3b0d060b2
File diff suppressed because one or more lines are too long
|
@ -59,7 +59,15 @@ MTS_NAMESPACE_BEGIN
|
||||||
* Modeled after after a scene by Eric Veach.
|
* 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{
|
* \renderings{
|
||||||
* \unframedbigrendering{The individual sampling strategies that comprise BDPT, but
|
* \unframedbigrendering{The individual sampling strategies that comprise BDPT, but
|
||||||
* \emph{without} multiple importance sampling. $s$ denotes the number of steps
|
* \emph{without} multiple importance sampling. $s$ denotes the number of steps
|
||||||
|
|
Loading…
Reference in New Issue