Răsfoiți Sursa

USDZLoader: Clean up.

Mr.doob 2 ani în urmă
părinte
comite
3ab8b6a010
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      examples/jsm/loaders/USDZLoader.js

+ 0 - 2
examples/jsm/loaders/USDZLoader.js

@@ -461,8 +461,6 @@ class USDZLoader extends Loader {
 
 					if ( 'normal3f inputs:normal.connect' in surface ) {
 
-						console.log( surface );
-
 						const path = surface[ 'normal3f inputs:normal.connect' ];
 						const sampler = findTexture( root, /(\w+).output/.exec( path )[ 1 ] );