Browse Source

Merge pull request #1827 from MackeyK24/master

Master
David Catuhe 8 years ago
parent
commit
a1e464cf17
1 changed files with 5 additions and 0 deletions
  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;
+        }
     }
 }