handle alpha in the adaptive integrator
parent
f16d3bd0c9
commit
b9babc9da4
|
@ -154,7 +154,7 @@ public:
|
||||||
|
|
||||||
block->snapshot(x, y);
|
block->snapshot(x, y);
|
||||||
while (!stop) {
|
while (!stop) {
|
||||||
rRec.newQuery(RadianceQueryRecord::ERadiance);
|
rRec.newQuery(RadianceQueryRecord::ECameraRay);
|
||||||
if (needsLensSample)
|
if (needsLensSample)
|
||||||
lensSample = rRec.nextSample2D();
|
lensSample = rRec.nextSample2D();
|
||||||
sample = rRec.nextSample2D();
|
sample = rRec.nextSample2D();
|
||||||
|
|
Loading…
Reference in New Issue