-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Hi, I was wondering about this line:
BakingLab/BakingLab/ToneMapping.hlsl
Line 105 in 1a04311
| output = LinearTosRGB(ACESFitted(color) * 1.8f); |
1.8f is probably an exposure tweak. But should it be applied to the HDR value instead: output = LinearTosRGB(ACESFitted(color * 1.8f));?CasualDev242, Parallellines0451 and DaseinPhaos
Metadata
Metadata
Assignees
Labels
No labels