gumyr / build123d

A python CAD programming library
Apache License 2.0
382 stars 72 forks source link

Add compression to the glTF exporter #608

Open gumyr opened 2 months ago

gumyr commented 2 months ago

The RWGltf_CafWriter supports compression with the SetCompressionParameters(const RWGltf_DracoParameters &theDracoParameters) method. This will help reduce the size of the glTF files.