瀏覽代碼

Reduce initial bloomed boxes

Temdog007 6 年之前
父節點
當前提交
e0caf08a83
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_postprocessing_unreal_bloom_selective.html

+ 1 - 1
examples/webgl_postprocessing_unreal_bloom_selective.html

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