DracoCompressionLevel enumeration
DracoCompressionLevel enumeration
Compression level for draco file
The DracoCompressionLevel type exposes the following members:
Fields
Field | Description |
---|---|
NO_COMPRESSION | No compression, this will result in the minimum encoding time. |
FAST | Encoder will perform a compression as quickly as possible. |
STANDARD | Standard mode, with good compression and speed. |
OPTIMAL | Encoder will compress the scene optimally, which may takes longer time to finish. |
See Also
- module
aspose.threed.formats