Skip to content

Commit

Permalink
Examples: Fixed comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 27, 2019
1 parent 87e3ef9 commit 6381384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_loader_gltf_extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
( node.material.isShaderMaterial && node.material.envMap !== undefined ) ) ) {

node.material.envMap = envMap;
node.material.envMapIntensity = 1.5; // boombox seems to dark otherwise
node.material.envMapIntensity = 1.5; // boombox seems too dark otherwise

}

Expand Down

0 comments on commit 6381384

Please sign in to comment.