Concerning the new photo renderer properties, I made tests with
SweetHome3D-5.2.beta1-windows.exe and the
SimpleRoom.sh3d file.
Can the following renderings match what could be expected with the indicated parameters?
Common settings:
antiAliasing.min = 1; antiAliasing.max = 2; filter = blackman-harris. The times are given on an indicative basis.
BucketRenderer
samplerAlgorithm = bucket; rendering time : 01mn 25.56s
SimpleRenderer
samplerAlgorithm = fast; rendering time : 06.49s
ProgressiveRenderer
samplerAlgorithm = ipr; rendering time : 11.38s
MultipassRenderer
samplerAlgorithm = multipass; rendering time : 01mn 49.45s
For information, the final rendering and its duration is similar with the parameters antiAliasing.min=0 and antiAliasing.max=0 for samplerAlgorithm=fast, ipr or multipass.