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

store index of GLTF skin #213

Closed EasyIP2023 closed 1 year ago

EasyIP2023 commented 1 year ago

Store index of skin in GLTF file "skins" array.

EasyIP2023 commented 1 year ago

@jkuhlmann Should be fixed on windows now. Decided to typecast instead of changing data type to keep the size of the struct smaller. Going to do the same for other failed commits.