提交 a9d7579f 编写于 作者: L Lewy Blue

check for layered bumpmap

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