Explorar o código

removed console.log

Lewy Blue %!s(int64=7) %!d(string=hai) anos
pai
achega
589a8553cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;