2011-07-17 21:20:55 +08:00
|
|
|
\newpage
|
2012-09-28 00:43:51 +08:00
|
|
|
\subsection{Subsurface scattering models}
|
2011-07-17 21:20:55 +08:00
|
|
|
\label{sec:subsurface}
|
2012-09-28 00:43:51 +08:00
|
|
|
There are two ways of simulating subsurface scattering within Mitsuba:
|
2012-12-11 04:27:43 +08:00
|
|
|
participating media and subsurface scattering models.
|
|
|
|
|
|
|
|
\begin{description}
|
|
|
|
\item[Subsurface scattering models:] Described in this section. These can be thought
|
|
|
|
of as a first-order approximation of what happens inside a participating medium.
|
|
|
|
They are preferable when visually appealing output should be generated
|
|
|
|
\emph{quickly} and the demands on accuracy are secondary.
|
|
|
|
At the moment, there is only one subsurface scattering model (the
|
|
|
|
\pluginref{dipole}), which is described on the next page.
|
2014-02-14 01:38:21 +08:00
|
|
|
\item[Participating media:] Described in \secref{media}. When modeling
|
2012-12-11 04:27:43 +08:00
|
|
|
subsurface scattering using a participating medium, Mitsuba performs a \emph{full}
|
|
|
|
radiative transport simulation, which correctly accounts for all scattering events.
|
|
|
|
This is more accurate but generally significantly slower.
|
|
|
|
\end{description}
|
2011-07-17 21:20:55 +08:00
|
|
|
|