未验证 提交 f97687c9 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14599 from looeee/fbxloader_check_for_layered_bumpmap

FBXLoader: check for layered bumpmap
......@@ -555,7 +555,7 @@ THREE.FBXLoader = ( function () {
switch ( type ) {
case 'Bump':
parameters.bumpMap = textureMap.get( child.ID );
parameters.bumpMap = self.getTexture( textureMap, child.ID );
break;
case 'DiffuseColor':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册