appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.2k stars 330 forks source link

Non uniform coverage of the image space in progressive rendering mode? #70

Closed dictoon closed 12 years ago

dictoon commented 13 years ago

That's a known effect of the Halton sequence that is used to sample the image. See the test case named SampleImagePlaneWithHaltonSequence in https://github.com/dictoon/appleseed/blob/master/src/appleseed/foundation/meta/tests/test_qmc.cpp.

dictoon commented 12 years ago

This was fixed a while ago.