The tonemapping of the test scene is maxwhite, can't it be a bit misleading ? I exported the image in EXR and used exrstats to obtain some statistics.
Hybrid disabled, path tracing:
- Code: Select all
a.exr [640x480]:
exrstats: Scanning 479
exrstats: Done.
Alpha min is 1.000, max 1.000
Luminance min is 0.006, avg 0.041, max 0.051
Red min is 0.006, avg 0.036, max 0.052
Green min is 0.006, avg 0.037, max 0.051
Blue min is 0.011, avg 0.041, max 0.057
Luminance log min is -5.044, avg log -3.452, log max -2.982
Red log min is -5.082, avg log -3.482, log max -2.958
Green log min is -5.108, avg log -3.470, log max -2.971
Blue log min is -4.546, avg log -3.256, log max -2.872
Hybrid enabled, path tracing:
- Code: Select all
b.exr [640x480]:
exrstats: Scanning 479
exrstats: Done.
Alpha min is 1.000, max 1.000
Luminance min is 0.009, avg 0.043, max 0.051
Red min is 0.009, avg 0.039, max 0.052
Green min is 0.008, avg 0.039, max 0.051
Blue min is 0.016, avg 0.043, max 0.057
Luminance log min is -4.722, avg log -3.312, log max -2.982
Red log min is -4.738, avg log -3.333, log max -2.953
Green log min is -4.805, avg log -3.321, log max -2.967
Blue log min is -4.116, avg log -3.188, log max -2.872
I have than repeated the same test totally disabling the "Mix" material.
Hybrid disabled, path tracing:
- Code: Select all
a.exr [640x480]:
exrstats: Scanning 479
exrstats: Done.
Alpha min is 1.000, max 1.000
Luminance min is 0.009, avg 0.041, max 0.050
Red min is 0.009, avg 0.035, max 0.051
Green min is 0.008, avg 0.036, max 0.051
Blue min is 0.018, avg 0.041, max 0.054
Luminance log min is -4.697, avg log -3.499, log max -2.986
Red log min is -4.762, avg log -3.535, log max -2.975
Green log min is -4.798, avg log -3.524, log max -2.977
Blue log min is -4.045, avg log -3.259, log max -2.913
Hybrid enabled, path tracing:
- Code: Select all
b.exr [640x480]:
exrstats: Scanning 479
exrstats: Done.
Alpha min is 1.000, max 1.000
Luminance min is 0.012, avg 0.041, max 0.051
Red min is 0.011, avg 0.035, max 0.052
Green min is 0.011, avg 0.036, max 0.051
Blue min is 0.021, avg 0.041, max 0.055
Luminance log min is -4.425, avg log -3.499, log max -2.984
Red log min is -4.535, avg log -3.535, log max -2.961
Green log min is -4.523, avg log -3.524, log max -2.969
Blue log min is -3.874, avg log -3.259, log max -2.897
The difference in min/max seems still there even without "Mix" material.
What are you investigating exactly ? The small intensity difference in tonemapped images with Mix and Normal/Hybrid rendering ? May the tonemapping have some influence in the final result ?