unreal.GLTFTextureHDREncoding

class unreal.GLTFTextureHDREncoding

Bases: EnumBase

EGLTFTexture HDREncoding

C++ Source:

  • Plugin: GLTFExporter

  • Module: GLTFExporter

  • File: GLTFExportOptions.h

NONE: GLTFTextureHDREncoding

Clamp HDR colors to standard 8-bit per channel.

Type:

0

RGBM: GLTFTextureHDREncoding

Encode HDR colors to RGBM (will discard alpha).

Type:

1