zeux / meshoptimizer

Mesh optimization library that makes meshes smaller and faster to render
MIT License
5.49k stars 473 forks source link

gltfpack: Implement support for EXT_meshopt_compression inputs #691

Closed zeux closed 3 months ago

zeux commented 3 months ago

When the input file contains EXT_meshopt_compression encoded buffer views we can now decompress them and process the data as usual. This should help with interoperability.

If the input uses filters, decompression and recompression may introduce extra precision issues; this is mostly captured by an existing quantization warning though.