浏览代码

USDZLoader: Clean up.

Mr.doob 2 年之前
父节点
当前提交
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 ] );