Browse Source

removed console.log

Lewy Blue 7 years ago
parent
commit
589a8553cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_effects_parallaxbarrier.html

+ 1 - 1
examples/webgl_effects_parallaxbarrier.html

@@ -110,7 +110,7 @@
 					object.traverse( function ( child ) {
 					object.traverse( function ( child ) {
 
 
 						if ( child.isMesh ) {
 						if ( child.isMesh ) {
-							console.log( child )
+
 							child.material.envMap = textureCube;
 							child.material.envMap = textureCube;
 							child.material.metalness = 0.4;
 							child.material.metalness = 0.4;
 							child.material.roughness = 0.15;
 							child.material.roughness = 0.15;