photon mapper: don't limit the specular photon depth
parent
66d10b1bc4
commit
69e019bf60
|
@ -277,7 +277,7 @@ public:
|
||||||
/* Generate the caustic photon map */
|
/* Generate the caustic photon map */
|
||||||
ref<GatherPhotonProcess> proc = new GatherPhotonProcess(
|
ref<GatherPhotonProcess> proc = new GatherPhotonProcess(
|
||||||
GatherPhotonProcess::ECausticPhotons, m_causticPhotons,
|
GatherPhotonProcess::ECausticPhotons, m_causticPhotons,
|
||||||
m_granularity, 3, m_rrDepth, m_gatherLocally,
|
m_granularity, m_maxDepth-1, m_rrDepth, m_gatherLocally,
|
||||||
m_autoCancelGathering, job);
|
m_autoCancelGathering, job);
|
||||||
|
|
||||||
proc->bindResource("scene", sceneResID);
|
proc->bindResource("scene", sceneResID);
|
||||||
|
|
Loading…
Reference in New Issue