summaryrefslogtreecommitdiffhomepage
path: root/src/external/tinyobj_loader_c.h
AgeCommit message (Collapse)Author
2019-04-10Replaced size_t by unsigned intRay
2019-04-01Reviewed data assignationRay
2019-03-29WARNING: Redesigned model struct for multi-meshesRay
This is quite a big change, Model struct has been redesigned to support multiple meshes and multiple materials, most 3d fileformats contain multiple meshes and reference multiple materials. Consequently, multiple functions have been reviewed. LoadOBJ(), LoadIQM(), LoadGLFT() now return a Model. Current LoadOBJ() is not valid anymore, actually, tinyobj_loader_c library is considered for replacement.