* Examples: Decrase bloom strength a bit. * Examples: Update screenshot.
@@ -56,7 +56,7 @@
const params = {
threshold: 0,
- strength: 1.5,
+ strength: 1,
radius: 0,
exposure: 1
};
@@ -74,7 +74,7 @@
- strength: 3,
+ strength: 1.5,
radius: 0.5,
@@ -150,7 +150,7 @@
} );
- bloomFolder.add( params, 'strength', 0.0, 10.0 ).onChange( function ( value ) {
+ bloomFolder.add( params, 'strength', 0.0, 3 ).onChange( function ( value ) {
bloomPass.strength = Number( value );
render();