Here is additional information on the interactions between parameters:
- For globalIllumination = default,
no difference in rendering for diffusedBounces > 1
- For antiAliasing.max = 0 and samplerAlgorithm = multipass,
anti-aliasing
- For antiAliasing.max >= 1 and samplerAlgorithm = multipass,
identical anti-aliasing regardless of the value of antiAliasing.max
- For antiAliasing.max >= 1 and samplerAlgorithm = ipr or fast,
no anti-aliasing
- For filter = box,
no anti-aliasing regardless of the value of antiAliasing.max
- For samplerAlgorithm = fast, ipr or multipass,
same filter effect regardless of the chosen type
To avoid confusion, safeguards will be put.
According to the
BucketRenderer.java file, antiAliasing.max is limited to 5.