提交 754b780f 编写于 作者: M Mr.doob

Merge pull request #8050 from EasyAR/mayaexporter

fix anisotropy typo
......@@ -278,7 +278,7 @@ class ThreeJsWriter(object):
result["map" + mapType] = fName
result["map" + mapType + "Repeat"] = [1, 1]
result["map" + mapType + "Wrap"] = ["repeat", "repeat"]
result["map" + mapType + "Anistropy"] = 4
result["map" + mapType + "Anisotropy"] = 4
def _exportBones(self):
for joint in ls(type='joint'):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册