Skip to content

Commit

Permalink
fix tab (#24505)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag authored Aug 17, 2022
1 parent 0fd7bb6 commit 769fed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webgl_nodes_materialx_noise.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down Expand Up @@ -123,7 +123,7 @@

}

);
);

// LIGHTS

Expand Down

0 comments on commit 769fed8

Please sign in to comment.