sunag 2 年之前
父节点
当前提交
769fed824e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_nodes_materialx_noise.html

+ 2 - 2
examples/webgl_nodes_materialx_noise.html

@@ -69,7 +69,7 @@
 				new HDRCubeTextureLoader()
 					.setPath( 'textures/cube/pisaHDR/' )
 					.load( [ 'px.hdr', 'nx.hdr', 'py.hdr', 'ny.hdr', 'pz.hdr', 'nz.hdr' ],
-						  function ( hdrTexture ) {
+						function ( hdrTexture ) {
 
 							const geometry = new THREE.SphereGeometry( 80, 64, 32 );
 
@@ -123,7 +123,7 @@
 
 						}
 
-						 );
+					);
 
 				// LIGHTS