GltfSaveOptions.MaterialConverter

GltfSaveOptions.MaterialConverter property

Custom converter to convert the geometry’s material to PBR material If this is unassigned, glTF 2.0 exporter will automatically convert the standard material to PBR material. Default value is null This property is used when exporting a scene to a glTF 2.0 file.

public MaterialConverter MaterialConverter { get; set; }

See Also