fix cut and paste issue
parent
1938d00659
commit
23383c7ccb
|
@ -140,6 +140,10 @@ public:
|
||||||
* In the Python API, the signature of this function is
|
* In the Python API, the signature of this function is
|
||||||
* <tt>spectrum, ray = sensor.sampleRay(samplePosition, apertureSample)</tt>
|
* <tt>spectrum, ray = sensor.sampleRay(samplePosition, apertureSample)</tt>
|
||||||
*/
|
*/
|
||||||
|
virtual Spectrum sampleRay(Ray &ray,
|
||||||
|
const Point2 &samplePosition,
|
||||||
|
const Point2 &apertureSample,
|
||||||
|
Float timeSample) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Importance sample a ray differential according to the
|
* \brief Importance sample a ray differential according to the
|
||||||
|
|
Loading…
Reference in New Issue