gltf icon indicating copy to clipboard operation
gltf copied to clipboard

Support draco compression

Open dtrinh100 opened this issue 4 years ago • 2 comments

Is it possible to use this library to apply Draco compression to an existing gltf file?

dtrinh100 avatar Jul 28 '20 18:07 dtrinh100

At the moment it only supports encoding/decoding the json extension, it does not support yet compression and decompression.

It is on my mind supporting it, don't know yet if via cgo or wasm

qmuntal avatar Jul 28 '20 18:07 qmuntal

Draco-encoded meshes support is on the way, it will be provided as an external package: https://github.com/qmuntal/draco-go. Once I have draco-go implemented I'll add some documentation to use qmuntal/gltf together with qmuntal/draco-go.

qmuntal avatar Feb 25 '21 20:02 qmuntal