Skip to content

Commit

Permalink
FBXLoader: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 16, 2020
1 parent 72751af commit d7abaa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/js/loaders/FBXLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ THREE.FBXLoader = ( function () {
break;

case 'TransparentColor':
case 'TransparencyFactor':
parameters.alphaMap = scope.getTexture( textureMap, child.ID );
parameters.transparent = true;
break;
Expand Down

0 comments on commit d7abaa3

Please sign in to comment.