From cffe15776d6540b4581e5b68012d4c5ae0366d0c Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 2 Aug 2013 17:09:06 +0200 Subject: [PATCH] clarification suggested by Karoly Zsolnai --- include/mitsuba/render/medium.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mitsuba/render/medium.h b/include/mitsuba/render/medium.h index 2a1e8e78..10ab213a 100644 --- a/include/mitsuba/render/medium.h +++ b/include/mitsuba/render/medium.h @@ -60,11 +60,11 @@ public: /// The medium's scattering coefficient at \ref p Spectrum sigmaS; - /// Records the probability of sampling a medium interaction at p + /// Records the probability density of sampling a medium interaction at p Float pdfSuccess; /** - * \brief Records the probability of sampling a medium + * \brief Records the probability density of sampling a medium * interaction in the reverse direction * * This is essentially the density of obtained by calling \ref sampleDistance,