From b308e2cfb7d8e4fbd8534dc67d63049e93ece2cc Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 13 Nov 2013 17:20:13 +0100 Subject: [PATCH] removed forgotten comment --- include/mitsuba/render/scene.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/include/mitsuba/render/scene.h b/include/mitsuba/render/scene.h index d351151b..42250310 100644 --- a/include/mitsuba/render/scene.h +++ b/include/mitsuba/render/scene.h @@ -841,25 +841,6 @@ public: return emitter->getSamplingWeight() * m_emitterPDF.getNormalization(); } - /** - * \brief Sample a position according to the emission profile - * defined by the emitters in the scene. - * - * To sample the directional component, please use the - * \ref Emitter::sampleDirection() method. - * - * \param pRec - * A position record to be populated with the sampled - * position and related information - * - * \param sample - * A uniformly distributed 2D vector - * - * \return - * An importance weight associated with the sampled position. - * This accounts for the difference in the spatial part of the - * emission profile and the density function. - */ /** * \brief Importance sample a ray according to the emission profile * defined by the sensors in the scene