PureSpider wrote:Tri-tri-triple post! *UT voice*
Thanks for that
Sinister, no pun intended:
Code: Select all
<spectrum>
<blackbody>
<temperature>7000</temperature>
<gain>100</gain>
<efficacy_scale>
<power_drawn>4000</power_drawn>
<overall_luminous_efficacy>4000</overall_luminous_efficacy>
</efficacy_scale>
</blackbody>
</spectrum>
Did I say... atomic ?
Correct the global scale factor (avoid scaling the camera in all cases) and try this:
Code: Select all
<spectrum>
<blackbody>
<temperature>7000</temperature>
<gain>1</gain>
<efficacy_scale>
<power_drawn>400</power_drawn>
<overall_luminous_efficacy>80</overall_luminous_efficacy>
</efficacy_scale>
</blackbody>
</spectrum>
Really these values do not correspond to a real luminaire I know but they are by far most reasonable than the ones you used.
7000°K are allright, but if you refer to the Indigo documentation <power_drawn> is in watts and <overall_luminous_efficacy> basically multiplies it. The point was to put 4000 into both. Also,
everytime you want to calibrate lights
do not use Reinhard tonemapping. It's as fierce as it is versatile.