Skip to content

Commit

Permalink
Aces2 exposure fix (#5216)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Mar 30, 2023
1 parent 9f3635a commit 5666114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ vec3 RRTAndODTFit(vec3 v) {
}
vec3 toneMap(vec3 color) {
color *= exposure;
color *= exposure / 0.6;
color = color * ACESInputMat;
// Apply RRT and ODT
Expand Down

0 comments on commit 5666114

Please sign in to comment.