mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-03 20:45:02 +00:00
Instead of each group storing a separate face/index array, we now store one large face/index array and each group stores offsets inside it. This makes it easier to parse .obj files when group information is unimportant since one can just skip it - group information is often inessential as it doesn't affect rendering behavior. This makes parsing large files slightly faster (rungholt.obj parses in ~500ms instead of ~530ms after this change). |
||
---|---|---|
.. | ||
test.cpp | ||
tiny_obj_loader.h |