From 769fed824e368abf82190e34e68d22df9fac5ac7 Mon Sep 17 00:00:00 2001 From: sunag Date: Tue, 16 Aug 2022 22:51:19 -0300 Subject: [PATCH] fix tab (#24505) --- examples/webgl_nodes_materialx_noise.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/webgl_nodes_materialx_noise.html b/examples/webgl_nodes_materialx_noise.html index c3729e36056808..52860af0063924 100644 --- a/examples/webgl_nodes_materialx_noise.html +++ b/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