fast_obj
fast_obj copied to clipboard
Allow certain vertex attributes to be skipped
Would be nice to e.g. ignore texture coordinates if you're not bothered about them. Float parsing takes the majority of execution time, so skipping parsing things that aren't needed would speed things up.
Probably requires a new API - fast_obj_read_with_options
or something - to supply flags indicating which attributes are required.