BakingLab
BakingLab copied to clipboard
Question about ACES
Hi, I was wondering about this line:
https://github.com/TheRealMJP/BakingLab/blob/1a043117506ac5b5bcade5c86d808485f3c70b12/BakingLab/ToneMapping.hlsl#L105
1.8f is probably an exposure tweak. But should it be applied to the HDR value instead: output = LinearTosRGB(ACESFitted(color * 1.8f));?