فهرست منبع

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 ] );