Exporting GLB using Draco Compression
Pixyz 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.
Draco mesh compression is a method used to compress and decompress geometric meshes, making .glb files much lighter, meaning faster upload/download time.
How To
The ExportGLTFDraco parameter (and the other advanced parameters as well) can be declared in a script and set to True or False, by using the following command:
core.setModuleProperty("IO", "ExportGLTFDraco", "True")
See the Preferences documentation for more information on Pixyz advanced settings.