| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-22 | Fix missing fclose in tinyobj loader (#1842) | Guillaume DEVOILLE | |
| Missing fclose in tinyobj loader. | |||
| 2021-03-28 | REVIEWED: tinyobjloader #1568 | raysan5 | |
| 2020-11-21 | Reverted to previous working version #1434 | Ray | |
| 2020-11-17 | Update to latest tiniobjloader | Ray | |
| WARNING: OBJ loading is broken at this point... | |||
| 2020-11-15 | Updated tinyobjloader | raysan5 | |
| 2020-11-15 | Update tinyobj_loader_c.h | raysan5 | |
| 2020-11-15 | Update tinyobj_loader_c.h | raysan5 | |
| 2020-10-08 | allow 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-17 | Comment fprintf() calls | Ray | |
| 2019-09-13 | Review possible memory leak with my_strndup() | Ray | |
| 2019-09-08 | Revert "Update tinyobj_loader_c.h" | Ray | |
| This reverts commit 53b32f1c209051e87871c4cdd2e09828d8ac407e. | |||
| 2019-09-05 | Update tinyobj_loader_c.h | Ray | |
| 2019-04-10 | Replaced size_t by unsigned int | Ray | |
| 2019-04-01 | Reviewed data assignation | Ray | |
| 2019-03-29 | WARNING: Redesigned model struct for multi-meshes | Ray | |
| 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. | |||
