@@ -292,7 +292,7 @@
} ) );
box.position.set( x, y, 0 );
scene.add( box );
- if ( Math.random() < 0.5 ) box.layers.enable( BLOOM_SCENE );
+ if ( Math.random() < 0.125 ) box.layers.enable( BLOOM_SCENE );
}