Exporting GLB using Draco Compression
This page guides users on exporting 3D assets to GLB format with Draco compression using the Pixyz SDK.
Read time 1 minuteLast updated 21 hours ago
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
.glbHow 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:See the Preferences documentation for more information on Pixyz advanced settings.core.setModuleProperty("IO", "ExportGLTFDraco", "True")