GltfEmbeddedImageFormat

GltfEmbeddedImageFormat enumeration

How glTF exporter will embed the textures during the exporting.

public enum GltfEmbeddedImageFormat

Values

NameValueDescription
NoChange0Do not convert the image and keep it as it is.
Jpeg1All non-supported images formats will be converted to jpeg if possible.
Png2All non-supported images formats will be converted to png if possible.

See Also