Lewy Blue пре 7 година
родитељ
комит
a9d7579f1b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -555,7 +555,7 @@ THREE.FBXLoader = ( function () {
 				switch ( type ) {
 				switch ( type ) {
 
 
 					case 'Bump':
 					case 'Bump':
-						parameters.bumpMap = textureMap.get( child.ID );
+						parameters.bumpMap = self.getTexture( FBXTree, textureMap, child.ID, connections );
 						break;
 						break;
 
 
 					case 'DiffuseColor':
 					case 'DiffuseColor':