summaryrefslogtreecommitdiffhomepage
path: root/src/external/tinyobj_loader_c.h
AgeCommit message (Collapse)Author
2023-10-27Update tinyobj_loader_c.h (#3474)SuperUserNameMan
temporary quickfix for issue #3473
2023-08-04Fix material loading #3126Ray
2021-06-22Fix missing fclose in tinyobj loader (#1842)Guillaume DEVOILLE
Missing fclose in tinyobj loader.
2021-03-28REVIEWED: tinyobjloader #1568raysan5
2020-11-21Reverted to previous working version #1434Ray
2020-11-17Update to latest tiniobjloaderRay
WARNING: OBJ loading is broken at this point...
2020-11-15Updated tinyobjloaderraysan5
2020-11-15Update tinyobj_loader_c.hraysan5
2020-11-15Update tinyobj_loader_c.hraysan5
2020-10-08allow for multiple materials in obj files (#1408)chriscamacho
* allow for multiple materials in obj files also fix obj_loader hash map issues * minor fix for warning Co-authored-by: codifies <[email protected]>
2020-02-17Comment fprintf() callsRay
2019-09-13Review possible memory leak with my_strndup()Ray
2019-09-08Revert "Update tinyobj_loader_c.h"Ray
This reverts commit 53b32f1c209051e87871c4cdd2e09828d8ac407e.
2019-09-05Update tinyobj_loader_c.hRay
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.