Skip to content

Commit 3a5de8c

Browse files
committed
Examples: Change default tonemapping in webgl_tonemapping.
1 parent edb0af3 commit 3a5de8c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-2.06 KB
Loading

examples/webgl_tonemapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
const params = {
4040
exposure: 1.0,
41-
toneMapping: 'ACESFilmic',
41+
toneMapping: 'AgX',
4242
blurriness: 0.3,
4343
intensity: 1.0,
4444
};

0 commit comments

Comments
 (0)