提交 5ac9d268 编写于 作者: M Mr.doob

GLTFLoader: Set normalMap to RGBFormat too.

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