2010-08-11 06:38:22 +08:00
|
|
|
\section{Acknowledgments}
|
2012-10-01 05:47:20 +08:00
|
|
|
I am indebted to my advisor Steve Marschner for allowing me to devote
|
2012-10-25 02:44:26 +08:00
|
|
|
a significant amount of my research time to this project. His insightful and
|
2012-10-01 05:47:20 +08:00
|
|
|
encouraging suggestions have helped transform this program into much more than
|
|
|
|
I ever thought it would be.
|
|
|
|
|
2012-10-25 02:44:26 +08:00
|
|
|
The architecture of Mitsuba as well as some individual components are based on
|
|
|
|
implementations discussed in: \emph{Physically Based Rendering - From Theory
|
2012-10-01 05:47:20 +08:00
|
|
|
To Implementation} by Matt Pharr and Greg Humphreys.
|
|
|
|
|
2010-08-11 06:38:22 +08:00
|
|
|
Some of the GUI icons were taken from the Humanity icon set by Canonical Ltd.
|
2011-07-23 00:43:11 +08:00
|
|
|
The material test scene was created by Jonas Pilo, and the environment map
|
2010-11-24 03:41:20 +08:00
|
|
|
it uses is courtesy of Bernhard Vogl.
|
2010-08-11 06:38:22 +08:00
|
|
|
|
2011-07-14 16:47:10 +08:00
|
|
|
The included index of refraction data files for conductors are copied from
|
2012-10-25 02:44:26 +08:00
|
|
|
PBRT. They are originally from the Luxpop database (\url{www.luxpop.com})
|
2011-07-14 16:47:10 +08:00
|
|
|
and are based on data by Palik et al. \cite{Palik1998Handbook}
|
|
|
|
and measurements of atomic scattering factors made by the Center For
|
2012-10-25 02:44:26 +08:00
|
|
|
X-Ray Optics (CXRO) at Berkeley and the Lawrence Livermore National
|
2011-07-14 16:47:10 +08:00
|
|
|
Laboratory (LLNL).
|
|
|
|
|
2011-07-23 00:43:11 +08:00
|
|
|
The following people have kindly contributed code or bugfixes:
|
2011-07-21 23:42:44 +08:00
|
|
|
\begin{itemize}
|
|
|
|
\item Milo\^{s} Ha\^{s}an
|
|
|
|
\item Marios Papas
|
|
|
|
\item Edgar Vel\'{a}zquez-Armend\'{a}riz
|
|
|
|
\item Jirka Vorba
|
2012-09-28 00:43:51 +08:00
|
|
|
\item Leonhard Gr\"unschlo\ss
|
2011-07-21 23:42:44 +08:00
|
|
|
\end{itemize}
|
|
|
|
|
2012-10-25 02:44:26 +08:00
|
|
|
Mitsuba makes heavy use of the following amazing libraries and tools:
|
2010-08-11 06:38:22 +08:00
|
|
|
\begin{itemize}
|
2012-09-28 00:43:51 +08:00
|
|
|
\item Qt 4 by Digia
|
2010-08-11 06:38:22 +08:00
|
|
|
\item OpenEXR by Industrial Light \& Magic
|
2010-09-13 22:44:12 +08:00
|
|
|
\item Xerces-C+\!+ by the Apache Foundation
|
2011-03-28 02:01:34 +08:00
|
|
|
\item Eigen by Beno\^it Jacob and Ga\"el Guennebaud
|
2012-09-28 00:43:51 +08:00
|
|
|
\item SSE math functions by Julien Pommier
|
2010-09-13 22:44:12 +08:00
|
|
|
\item The Boost C+\!+ class library
|
2010-08-11 06:38:22 +08:00
|
|
|
\item GLEW by Milan Ikits, Marcelo E. Magallon and Lev Povalahev
|
2010-08-30 16:24:19 +08:00
|
|
|
\item Mersenne Twister by Makoto Matsumoto and Takuji Nishimura
|
2011-07-14 16:47:10 +08:00
|
|
|
\item Cubature by Steven G. Johnson
|
2010-08-11 06:38:22 +08:00
|
|
|
\item COLLADA DOM by Sony Computer Entertainment
|
2012-09-28 00:43:51 +08:00
|
|
|
\item libjpeg-turbo by Darrell Commander and others
|
2010-08-11 06:38:22 +08:00
|
|
|
\item libpng by Guy Eric Schalnat, Andreas Dilger, Glenn Randers-Pehrson and \mbox{others}
|
2010-09-29 01:47:16 +08:00
|
|
|
\item libply by Ares Lagae
|
2010-08-11 06:38:22 +08:00
|
|
|
\item BWToolkit by Brandon Walkin
|
|
|
|
\item The SCons build system by the SCons Foundation
|
|
|
|
\end{itemize}
|