cgltf 1.11 released

Started by JeGX, September 14, 2021, 12:48:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

cgltf is a single-file/stb-style C glTF loader and writer.

cgltf 1.1 changes:
Quote
- Added support for KHR_texture_basisu.
- Added support for files > 2GB.
- Added extras data to lights.
- Added a flag for the texture transform's texcoord to be able to tell if it's actually present.
- Fixed memory possibly being freed using the wrong function (when parsing base64 data and/or file data).
- Fixed light default values when loading.
- Fixed writer to write light diffuse factor correctly and only write alpha cutoff when using alpha mask mode.

Link:
- https://github.com/jkuhlmann/cgltf/releases/tag/v1.11

cgltf is the default built-in glTF loader of GeeXLab