Closed dictoon closed 12 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.
SampleImagePlaneWithHaltonSequence
This was fixed a while 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.