Pārlūkot izejas kodu

Merge pull request #1827 from MackeyK24/master

Master
David Catuhe 8 gadi atpakaļ
vecāks
revīzija
a1e464cf17

+ 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;
+        }
     }
 }