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 image index for a given texture #209

Closed EasyIP2023 closed 1 year ago

EasyIP2023 commented 1 year ago

Each texture in "textures" GTLF file array has a "source" property. This property refers to the index in the "images" GLTF file array.

EasyIP2023 commented 1 year ago

@jkuhlmann and image_index -> source. Once again sorry about last minute struct member name changes