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

fix parsing/writing of cgltf_size byte props (!151) #155

Closed pixeljetstream closed 3 years ago

pixeljetstream commented 3 years ago

all byte prefixed properties are parsed and written allowing cgltf_size rather than int boundaries. partial fix for !151