Exporting GLB With Draco Compression
How to export GLB files with Draco mesh compression from Asset Transformer Studio
Read time 1 minuteLast updated 12 hours ago
Asset Transformer Studio can export binarized glTF files (.glb), a format that's broadly used to consume 3D models on the web.
It is also possible to export .glb files using Draco mesh compression, a method used to compress and decompress geometric meshes, making .glb files much lighter, meaning faster upload/download time.
How To
There are advanced parameters that are meant to fine-tune Draco compression behavior.

Scripting
The parameter (and the other advanced parameters as well) can be set in a script using the following command:
ExportGLTFDracocore.setModuleProperty("IO", "ExportGLTFDraco", "True")