Skip to content

Commit

Permalink
Examples: Change default tonemapping in webgl_tonemapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Dec 22, 2023
1 parent edb0af3 commit 3a5de8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/screenshots/webgl_tonemapping.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/webgl_tonemapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

const params = {
exposure: 1.0,
toneMapping: 'ACESFilmic',
toneMapping: 'AgX',
blurriness: 0.3,
intensity: 1.0,
};
Expand Down

0 comments on commit 3a5de8c

Please sign in to comment.