1
0
Mr.doob 7 жил өмнө
parent
commit
52f29af7a2

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

@@ -2236,8 +2236,8 @@ THREE.GLTFLoader = ( function () {
 
 
 				case 'aoMap':
 				case 'aoMap':
 				case 'emissiveMap':
 				case 'emissiveMap':
-				case 'roughnessMap':
 				case 'metalnessMap':
 				case 'metalnessMap':
+				case 'roughnessMap':
 					texture.format = THREE.RGBFormat;
 					texture.format = THREE.RGBFormat;
 					break;
 					break;
 
 

粤ICP备19079148号