This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
FBXLoader: support embedded textures with jpeg extension
Lewy Blue
8 năm trước cách đây
mục cha
458d784511
commit
429272bfab
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
examples/js/loaders/FBXLoader.js
+ 1
- 0
examples/js/loaders/FBXLoader.js
Xem Tập Tin
@@ -238,6 +238,7 @@
break;
case 'jpg':
+ case 'jpeg':
type = 'image/jpeg';
break;