mitsuba-renderer / mitsuba3

Mitsuba 3: A Retargetable Forward and Inverse Renderer
https://www.mitsuba-renderer.org/
Other
2.1k stars 246 forks source link

Fix passing sampler state within symbolic control flow #1308

Closed rtabbara closed 2 months ago

rtabbara commented 2 months ago

Fix for #1288 . The reason why the independent sampler was fine was that we only had a single state variable so the interface for passing in the state wasn't affected.

Before and after comparison.

Stratified: image

Ldsampler: image

Multijitter: image

Orthogonal: image