提交 73c091d6 编写于 作者: M Mr.doob

GLTFLoaer: Set emissiveMap to RGBFormat too.

上级 de06cab1
......@@ -2235,6 +2235,7 @@ THREE.GLTFLoader = ( function () {
switch ( mapName ) {
case 'aoMap':
case 'emissiveMap':
case 'roughnessMap':
case 'metalnessMap':
texture.format = THREE.RGBFormat;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册