fast_obj/test
Arseny Kapoulkine 9aaef40e36 Merge all face/index arrays together
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).
2019-06-11 07:35:30 -07:00
..
test.cpp Merge all face/index arrays together 2019-06-11 07:35:30 -07:00
tiny_obj_loader.h demo fix for breaking api changes in tinyobj v1.3 2019-05-21 07:47:38 -07:00