Enum GltfEmbeddedImageFormat
GltfEmbeddedImageFormat enumeration
How glTF exporter will embed the textures during the exporting.
public enum GltfEmbeddedImageFormat
Values
Name | Value | Description |
---|---|---|
NoChange | 0 | Do not convert the image and keep it as it is. |
Jpeg | 1 | All non-supported images formats will be converted to jpeg if possible. |
Png | 2 | All non-supported images formats will be converted to png if possible. |
See Also
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D