b46505b13d
Update tinyobj_loader_c.h ( #3474 )
...
temporary quickfix for issue #3473
2023-10-27 17:13:10 +02:00
6094869e3e
Fix material loading #3126
2023-08-04 18:14:47 +02:00
52f1c7df6d
Fix missing fclose in tinyobj loader ( #1842 )
...
Missing fclose in tinyobj loader.
2021-06-22 18:12:42 +02:00
6a24dd8945
REVIEWED: tinyobjloader #1568
2021-03-28 20:51:29 +02:00
36dc302c25
Reverted to previous working version #1434
2020-11-21 14:14:25 +01:00
9471794449
Update to latest tiniobjloader
...
WARNING: OBJ loading is broken at this point...
2020-11-17 00:30:12 +01:00
4d5ee7953c
Updated tinyobjloader
2020-11-15 14:31:43 +01:00
cb517d0050
Update tinyobj_loader_c.h
2020-11-15 14:19:55 +01:00
a3d33d9222
Update tinyobj_loader_c.h
2020-11-15 14:18:59 +01:00
6ebf6b4e72
allow for multiple materials in obj files ( #1408 )
...
* allow for multiple materials in obj files also fix obj_loader hash map issues
* minor fix for warning
Co-authored-by: codifies <nospam@antispam.com >
2020-10-08 20:31:59 +02:00
df4b55d657
Comment fprintf() calls
2020-02-17 00:46:41 +01:00
e5d5f6e367
Review possible memory leak with my_strndup()
2019-09-13 12:58:42 +02:00
dec5f332ad
Revert "Update tinyobj_loader_c.h"
...
This reverts commit 53b32f1c20 .
2019-09-08 16:46:08 +02:00
53b32f1c20
Update tinyobj_loader_c.h
2019-09-05 13:15:47 +02:00
802afe8fe5
Replaced size_t by unsigned int
2019-04-10 00:34:46 +02:00
3e806ad9d4
Reviewed data assignation
2019-04-01 00:15:45 +02:00
a643dc4ca0
WARNING: Redesigned model struct for multi-meshes
...
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.
2019-03-29 16:48:23 +01:00