Skip to content

Commit

Permalink
USDZLoader: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Sep 6, 2022
1 parent d190283 commit 3ab8b6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/jsm/loaders/USDZLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] );

Expand Down

0 comments on commit 3ab8b6a

Please sign in to comment.