I did a small test with cornell box. It seems, that the light intensity goes weaker while the scene scale increases. I think this is a bit strange, cause i think light power should be relative to its size. I assume, that 50cmx50cm light source should emit 5 times more light than 10x10cm light. Or isn't it so?
Here are 2 images. CornellBox side on the left one is 0.5m x 0.5m and on the right it's 2m x 2m. Light settings, f-stop etc etc remain the same on both of the images. Only the scale changes.

Why this is happening? What am i missing?
Emitter and camera settings for both images:
Code: Select all
<camera>
<pos>-0.285 -0.648048 0.275</pos>
<up>0.0 0.0 1.0</up>
<forwards>0.0 1.0 0.0</forwards>
<focus_distance>0.921015</focus_distance>
<aspect_ratio>1.0</aspect_ratio>
<aperture_radius>0.010864</aperture_radius>
<sensor_width>0.036</sensor_width>
<lens_sensor_dist>0.0434558</lens_sensor_dist>
<white_balance>D65</white_balance>
<autofocus/>
</camera>
<meshlight>
<pos>0.0 0.0 -0.00114896</pos>
<scale>0.001</scale>
<rotation>
<matrix>
1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0
</matrix>
</rotation>
<mesh_name>light_box</mesh_name>
<spectrum>
<blackbody>
<temperature>2800</temperature>
<gain>0.001</gain>
</blackbody>
</spectrum>
<efficacy_scale>
<power_drawn>100</power_drawn>
<overall_luminous_efficacy>17.5</overall_luminous_efficacy>
</efficacy_scale>
</meshlight>