jkuhlmann / cgltf

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

Update test_conversion to skip compressed inputs #198

Closed zeux closed 1 year ago

zeux commented 1 year ago

Both Draco and Meshopt compression requires extra code to unpack accessor data; we also now use a more principled analysis of the extensions referenced instead of simply relying on the file name.

This should fix CI errors due to a more recent set of files from glTF-Sample-Models that now include Meshopt-compressed models.