unreal.GLTFTextureImageFormat¶
- class unreal.GLTFTextureImageFormat¶
Bases:
EnumBaseEGLTFTexture Image Format
C++ Source:
Plugin: GLTFExporter
Module: GLTFExporter
File: GLTFExportOptions.h
- JPEG: GLTFTextureImageFormat = Ellipsis¶
If texture does not have an alpha channel, use JPEG (lossy compression); otherwise fallback to PNG.
- Type:
2
- NONE: GLTFTextureImageFormat = Ellipsis¶
Don’t export any textures.
- Type:
0
- PNG: GLTFTextureImageFormat = Ellipsis¶
Always use PNG (lossless compression).
- Type:
1