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

Added *_max_enum suffixes to enumerated types and custom attributes handling #177

Closed eugen2891 closed 2 years ago

eugen2891 commented 2 years ago

No comma after *_max_enum since one is not supposed to add anything after it. Test suite runs through without errors. Hope I did not miss anything. Custom attributes have names starting with an underscore, no semantic index parsing for these (applications will probably have their own way to deal with them).