Skip to content

Commit

Permalink
tonemapping
Browse files Browse the repository at this point in the history
  • Loading branch information
beginnerJq committed Jul 17, 2024
1 parent 027e03c commit 573d49b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions page/sceneTool/toneMapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@
ssp.setToneMapping(params);
};

gui
.add(params, 'type')
.options(['Reinhard', 'Cineon', 'ACESFilmic'])
.onChange(changeHandle);
gui.add(params, 'type').options(['None', 'Reinhard', 'Cineon', 'ACESFilmic']).onChange(changeHandle);

gui.add(params, 'exposure', 0, 2).onChange(changeHandle);
</script>
Expand Down

0 comments on commit 573d49b

Please sign in to comment.