Skip to content

Commit

Permalink
check for layered bumpmap
Browse files Browse the repository at this point in the history
  • Loading branch information
looeee committed Jul 31, 2018
1 parent 5ce3326 commit a9d7579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/loaders/FBXLoader.js
Expand Up @@ -555,7 +555,7 @@ THREE.FBXLoader = ( function () {
switch ( type ) {

case 'Bump':
parameters.bumpMap = textureMap.get( child.ID );
parameters.bumpMap = self.getTexture( FBXTree, textureMap, child.ID, connections );
break;

case 'DiffuseColor':
Expand Down

0 comments on commit a9d7579

Please sign in to comment.