diff --git a/doc/acknowledgements.tex b/doc/acknowledgements.tex index 514f279b..af01b2bc 100644 --- a/doc/acknowledgements.tex +++ b/doc/acknowledgements.tex @@ -3,6 +3,8 @@ The architecture of Mitsuba as well as some individual components are based on i The architecture of the coherent path tracer traversal code was influenced by Radius from Thierry Berger-Perrin. Many thanks go to my advisor Steve Marschner, who let me spend time on this project. Some of the GUI icons were taken from the Humanity icon set by Canonical Ltd. +The material test scene was kindly contributed by Jonas Pilo, and the environment map +it uses is courtesy of Bernhard Vogl. Mitsuba makes heavy use of the following amazing libraries and tools: \begin{itemize} diff --git a/src/qtgui/aboutdlg.ui b/src/qtgui/aboutdlg.ui index 285fa75a..413256f6 100644 --- a/src/qtgui/aboutdlg.ui +++ b/src/qtgui/aboutdlg.ui @@ -77,7 +77,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">About Mitsuba</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Version MTS_VERSION<br />Configuration flags: <span style=" font-family:'Courier New,courier';">CONFIG_FLAGS</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mitsuba is an extensible rendering framework written in portable C++. It implements unbiased as well as biased techniques and contains heavy optimizations targeted towards current CPU architectures.</p> diff --git a/src/qtgui/acknowledgmentdlg.ui b/src/qtgui/acknowledgmentdlg.ui index 69abbd2b..c658f979 100644 --- a/src/qtgui/acknowledgmentdlg.ui +++ b/src/qtgui/acknowledgmentdlg.ui @@ -47,12 +47,13 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Acknowledgments</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The architecture of Mitsuba as well as some individual components are based on implementations discussed in: <a href="http://www.pbrt.org"><span style=" text-decoration: underline; color:#0000ff;">Physically Based Rendering</span></a> - From Theory To Implementation by Matt Pharr and Greg Humphreys.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The architecture of the coherent path tracer traversal code was influenced by <a href="http://gna.org/projects/radius/"><span style=" text-decoration: underline; color:#0000ff;">Radius</span></a> from Thierry Berger-Perrin.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Many thanks go to my advisor <a href="http://www.cs.cornell.edu/~srm/"><span style=" text-decoration: underline; color:#0000ff;">Steve Marschner</span></a>, who let me spend time on this project.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some of the icons were taken from the <a href="https://launchpad.net/humanity"><span style=" text-decoration: underline; color:#0000ff;">Humanity</span></a> icon set by Canonical Ltd.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The material test scene was kindly contributed by Jonas Pilo, and the environment map it uses is courtesy of Bernhard Vogl.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mitsuba makes heavy use of the following amazing libraries and tools: </p> <ul style="-qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://qt.nokia.com/products"><span style=" text-decoration: underline; color:#0000ff;">Qt 4</span></a> by Nokia</li> <li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.openexr.com/"><span style=" text-decoration: underline; color:#0000ff;">OpenEXR</span></a> by Industrial Light &amp; Magic</li>