Browse Source

FBXLoader: Clean up.

Mr.doob 5 năm trước cách đây
mục cha
commit
d7abaa3000
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/js/loaders/FBXLoader.js

+ 1 - 0
examples/js/loaders/FBXLoader.js

@@ -604,6 +604,7 @@ THREE.FBXLoader = ( function () {
 						break;
 
 					case 'TransparentColor':
+					case 'TransparencyFactor':
 						parameters.alphaMap = scope.getTexture( textureMap, child.ID );
 						parameters.transparent = true;
 						break;