Browse Source

Clean up.

Mr.doob 6 months ago
parent
commit
15ff86b24f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_batch_lod_bvh.html

+ 0 - 1
examples/webgl_batch_lod_bvh.html

@@ -89,7 +89,6 @@
 				//
 
 				scene = new THREE.Scene();
-				// scene.fog = new THREE.Fog( 0x000000, 500, 600 );
 
 				const pmremGenerator = new THREE.PMREMGenerator( renderer );
 				scene.environment = pmremGenerator.fromScene( new RoomEnvironment(), 0.04 ).texture;

粤ICP备19079148号