Ver Fonte

removed console.log

Lewy Blue há 7 anos atrás
pai
commit
589a8553cc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/webgl_effects_parallaxbarrier.html

+ 1 - 1
examples/webgl_effects_parallaxbarrier.html

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