mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-09 14:49:25 +00:00
- Add feature to limit file size for external resources(images, buffers) - Use strlen to correctly retrieve a string from a string which contains multiple null-characters. - Return fail when opening a directory(Posix only). Fixes #416