Browse Source

Examples: Fixed comment typo.

Mr.doob 6 years ago
parent
commit
638138404d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_loader_gltf_extensions.html

+ 1 - 1
examples/webgl_loader_gltf_extensions.html

@@ -356,7 +356,7 @@
 								 ( node.material.isShaderMaterial && node.material.envMap !== undefined ) ) ) {
 								 ( node.material.isShaderMaterial && node.material.envMap !== undefined ) ) ) {
 
 
 								node.material.envMap = envMap;
 								node.material.envMap = envMap;
-								node.material.envMapIntensity = 1.5; // boombox seems to dark otherwise
+								node.material.envMapIntensity = 1.5; // boombox seems too dark otherwise
 
 
 							}
 							}