From 23383c7ccb280fa52c952c76191bda3f4daa203f Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 10 Dec 2013 00:12:50 +0100 Subject: [PATCH] fix cut and paste issue --- include/mitsuba/render/sensor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/mitsuba/render/sensor.h b/include/mitsuba/render/sensor.h index 671a2d66..9e938703 100644 --- a/include/mitsuba/render/sensor.h +++ b/include/mitsuba/render/sensor.h @@ -140,6 +140,10 @@ public: * In the Python API, the signature of this function is * spectrum, ray = sensor.sampleRay(samplePosition, apertureSample) */ + virtual Spectrum sampleRay(Ray &ray, + const Point2 &samplePosition, + const Point2 &apertureSample, + Float timeSample) const; /** * \brief Importance sample a ray differential according to the