UsdSaveOptions.MaterialConverter

UsdSaveOptions.MaterialConverter property

Custom converter to convert the geometry’s material to PBR material If this is unassigned, USD exporter will automatically convert the standard material to PBR material. Default value is null

public MaterialConverter MaterialConverter { get; set; }

See Also