Class MaterialExport
Provides the default material export
Inherited Members
Namespace: GLTFast.Export
Assembly: glTFast.Export.dll
Syntax
public static class MaterialExport
Methods
GetDefaultMaterialExport()
Provides the default material exporter
Declaration
public static IMaterialExport GetDefaultMaterialExport()
Returns
Type | Description |
---|---|
IMaterialExport | Default material export |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Is thrown when the default material export couldn't be determined based on the current render pipeline. |