2
0
Lewy Blue 7 жил өмнө
parent
commit
589a8553cc

+ 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;