Pārlūkot izejas kodu

fix anisotropy typo

Qinsi ZHU 9 gadi atpakaļ
vecāks
revīzija
cc5192ebb6

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