jkuhlmann / cgltf

:diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99
MIT License
1.42k stars 135 forks source link

Support for Draco mesh decompression #254

Open native-engine opened 1 month ago

native-engine commented 1 month ago

How do I compile a project with Draco mesh compression enabled? And how does decompression work - automatically or do I need to decode compressed data manually?

native-engine commented 1 month ago

How do I compile a project with Draco mesh decompression enabled? And how does decompression work - automatically or do I need to decode compressed data manually?