Browse Source

USDZLoader: Clean up.

Mr.doob 2 năm trước cách đây
mục cha
commit
3ab8b6a010
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 ] );