This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
javascript
/
three.js
mirror da
https://github.com/tazdij/three.js.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
FBXLoader: support embedded textures with jpeg extension
Lewy Blue
8 anni fa
parent
458d784511
commit
429272bfab
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
examples/js/loaders/FBXLoader.js
+ 1
- 0
examples/js/loaders/FBXLoader.js
Vedi File
@@ -238,6 +238,7 @@
break;
case 'jpg':
+ case 'jpeg':
type = 'image/jpeg';
break;