Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve the mtl parser. | rodri | 2024-09-25 | 1 | -21/+58 |
| | |||||
* | allow '-' in object and material names. | rodri | 2024-09-21 | 1 | -3/+3 |
| | |||||
* | add support for normal map loading. | rodri | 2024-05-28 | 2 | -19/+41 |
| | |||||
* | attach material properties to points and lines as well. | rodri | 2024-05-03 | 1 | -0/+4 |
| | |||||
* | add support to load diffuse color texture maps. | rodri | 2024-03-06 | 2 | -2/+103 |
| | |||||
* | don't fail if there's no material file. | rodri | 2024-03-06 | 1 | -3/+3 |
| | |||||
* | don't try to find a material when the list is empty. | rodri | 2024-02-20 | 1 | -1/+1 |
| | |||||
* | added support for material (.mtl) files. | rodri | 2024-02-18 | 3 | -2/+325 |
| | |||||
* | allow object names to have '.' and '_'. | rodri | 2023-12-30 | 1 | -1/+1 |
| | |||||
* | improve element insertion procedure. | rodri | 2023-12-11 | 2 | -7/+5 |
| | | | | | | | brought the processing time of a 38MB file from 26 minutes down to less than 20 seconds with this change. it was a very naive insertion procedure that was waiting to be pruned. | ||||
* | add support for multiple vertex type indices in face elements. | rodri | 2023-11-11 | 3 | -26/+6422 |
| | |||||
* | removed unnecessary anonymous union in OBJVertex. | rodri | 2023-11-11 | 1 | -7/+5 |
| | |||||
* | fix paths in the test program. | rodri | 2023-11-11 | 2 | -5/+7 |
| | |||||
* | add a readme | rodri | 2020-04-13 | 1 | -0/+8 |
| | |||||
* | standalone version release. | rodri | 2020-04-12 | 14 | -0/+10329 |