handle alpha in the adaptive integrator

metadata
Wenzel Jakob 2010-10-05 10:52:28 +02:00
parent f16d3bd0c9
commit b9babc9da4
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public:
block->snapshot(x, y);
while (!stop) {
rRec.newQuery(RadianceQueryRecord::ERadiance);
rRec.newQuery(RadianceQueryRecord::ECameraRay);
if (needsLensSample)
lensSample = rRec.nextSample2D();
sample = rRec.nextSample2D();