소스 검색

USDZLoader: Clean up.

Mr.doob 3 년 전
부모
커밋
3ab8b6a010
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 ] );