GltfEmbeddedImageFormat enumeration

GltfEmbeddedImageFormat enumeration

How glTF exporter will embed the textures during the exporting.

The GltfEmbeddedImageFormat type exposes the following members:

Fields

FieldDescription
NO_CHANGEDo not convert the image and keep it as it is.
JPEGAll non-supported images formats will be converted to jpeg if possible.
PNGAll non-supported images formats will be converted to png if possible.

See Also