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 EXT_texture_webp #248

Closed hannojg closed 1 month ago

hannojg commented 4 months ago

Hello,

I understand that not all EXT_ are supported yet. I am particularly interested in support for the EXT_texture_webp extension. Do you want to support this extension in cgltf? If so, I could check to contribute 😊

jkuhlmann commented 4 months ago

Hi! This one seems pretty straightforward and could probably easily be accessed through the generic extension pointers. However, if you feel like contributing it, I'll be happy to merge it. 😀

bobbens commented 2 months ago

Implemented in #253, seems to work here.

hannojg commented 1 month ago

Thanks for the work guys!