This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
FBXLoader: support embedded textures with jpeg extension
Lewy Blue
7 years ago
parent
458d784511
commit
429272bfab
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
examples/js/loaders/FBXLoader.js
+ 1
- 0
examples/js/loaders/FBXLoader.js
View File
@@ -238,6 +238,7 @@
break;
case 'jpg':
+ case 'jpeg':
type = 'image/jpeg';
break;