documentation updates

metadata
Wenzel Jakob 2011-07-28 16:32:55 +02:00
parent 247ebcf607
commit 531d9d54e2
7 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -92,6 +92,13 @@ MTS_NAMESPACE_BEGIN
* </bsdf>
* </bsdf>
* \end{xml}
*
* \renderings{
* \rendering{Coated rough copper with a bump map applied on top}{bsdf_coating_coatedbump}
* \rendering{Bump mapped rough copper with a coating on top}{bsdf_coating_bumpcoating}
* \caption{Some interesting materials can be created simply by applying
* Mitsuba's material modifiers in different orders.}
* }
*/
class SmoothCoating : public BSDF {
public:

View File

@ -102,6 +102,7 @@ MTS_NAMESPACE_BEGIN
* \tinyrendering{9}{preetham_turb_9}
* \vspace{-3mm}
* \caption{Sky light for different turbidity values (fixed time \& location)}
* \vspace{-6mm}
* }
*
* \emph{Turbidity}, the other important parameter, specifies the amount of
@ -147,6 +148,16 @@ MTS_NAMESPACE_BEGIN
* </transform>
* </luminaire>
* \end{xml}
*
* \renderings{
* \medrendering{3 PM}{luminaire_sky_3pm}
* \medrendering{6 PM}{luminaire_sky_6pm}
* \medrendering{8 PM}{luminaire_sky_8pm}
* \vspace{-3mm}
* \caption{Renderings with the \pluginref{plastic} material
* under default conditions}
* \vspace{-6mm}
* }
*/
class SkyLuminaire : public Luminaire {
public: