sunag 3 년 전
부모
커밋
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