DracoCompressionLevel enumeration

DracoCompressionLevel enumeration

Compression level for draco file

The DracoCompressionLevel type exposes the following members:

Fields

FieldDescription
NO_COMPRESSIONNo compression, this will result in the minimum encoding time.
FASTEncoder will perform a compression as quickly as possible.
STANDARDStandard mode, with good compression and speed.
OPTIMALEncoder will compress the scene optimally, which may takes longer time to finish.

See Also