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 accessor_index for struct cgltf_primitive (indices) #207

Closed EasyIP2023 closed 1 year ago

EasyIP2023 commented 1 year ago

This information is valuable when attempting to quickly access an element in the accessor array. Makes it easier to acquire the index buffer offset/bytes contained in larger buffer and the amount of bytes at that offset.

EDIT This information is valuable when attempting to quickly access indices data in the accessor array. Makes it easier to acquire the accessor index associated with the index buffer.

EasyIP2023 commented 1 year ago

@jkuhlmann Same here(indices_index -> accessor_index. Sorry for the last minute changes.