浏览代码

Merge pull request #1827 from MackeyK24/master

Master
David Catuhe 8 年之前
父节点
当前提交
a1e464cf17
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Exporters/3ds Max/BabylonExport.Entities/BabylonPBRMaterial.cs

+ 5 - 0
Exporters/3ds Max/BabylonExport.Entities/BabylonPBRMaterial.cs

@@ -209,5 +209,10 @@ namespace BabylonExport.Entities
             overloadedEmissive = new[] {1f, 1f, 1f };
             overloadedReflection = new[] { 1f, 1f, 1f };
         }
+
+        public void SetCustomType(string type)
+        {
+            this.customType = type;
+        }
     }
 }