Browse Source

fix anisotropy typo

Qinsi ZHU 9 years ago
parent
commit
cc5192ebb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/exporters/maya/plug-ins/threeJsFileTranslator.py

+ 1 - 1
utils/exporters/maya/plug-ins/threeJsFileTranslator.py

@@ -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'):