diff --git a/doc/images/bsdf_coating_bumpcoating.jpg b/doc/images/bsdf_coating_bumpcoating.jpg new file mode 100644 index 00000000..8e8823f8 Binary files /dev/null and b/doc/images/bsdf_coating_bumpcoating.jpg differ diff --git a/doc/images/bsdf_coating_coatedbump.jpg b/doc/images/bsdf_coating_coatedbump.jpg new file mode 100644 index 00000000..8f2b9b1d Binary files /dev/null and b/doc/images/bsdf_coating_coatedbump.jpg differ diff --git a/doc/images/luminaire_sky_3pm.jpg b/doc/images/luminaire_sky_3pm.jpg new file mode 100644 index 00000000..58c038b6 Binary files /dev/null and b/doc/images/luminaire_sky_3pm.jpg differ diff --git a/doc/images/luminaire_sky_6pm.jpg b/doc/images/luminaire_sky_6pm.jpg new file mode 100644 index 00000000..0cb6b176 Binary files /dev/null and b/doc/images/luminaire_sky_6pm.jpg differ diff --git a/doc/images/luminaire_sky_8pm.jpg b/doc/images/luminaire_sky_8pm.jpg new file mode 100644 index 00000000..335e6c6c Binary files /dev/null and b/doc/images/luminaire_sky_8pm.jpg differ diff --git a/src/bsdfs/coating.cpp b/src/bsdfs/coating.cpp index eb8f2490..8f8cf2e3 100644 --- a/src/bsdfs/coating.cpp +++ b/src/bsdfs/coating.cpp @@ -92,6 +92,13 @@ MTS_NAMESPACE_BEGIN * * * \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: diff --git a/src/luminaires/sky.cpp b/src/luminaires/sky.cpp index da4ca52e..c029c417 100644 --- a/src/luminaires/sky.cpp +++ b/src/luminaires/sky.cpp @@ -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 * * * \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: