소스 검색

FBXLoader: Configure TGALoader with the correct path. (#21863)

Michael Herzog 4 년 전
부모
커밋
5ae1d3cfc8
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/js/loaders/FBXLoader.js
  2. 1 0
      examples/jsm/loaders/FBXLoader.js

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

@@ -364,6 +364,7 @@
 
 				} else {
 
+					loader.setPath( this.textureLoader.path );
 					texture = loader.load( fileName );
 
 				}

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

@@ -431,6 +431,7 @@ class FBXTreeParser {
 
 			} else {
 
+				loader.setPath( this.textureLoader.path );
 				texture = loader.load( fileName );
 
 			}