aboutsummaryrefslogtreecommitdiff
path: root/obj.h
Commit message (Collapse)AuthorAgeFilesLines
* leave a single, general error reporting fn. add specular map support.HEADmasterrodri2024-10-071-1/+2
| | | | improvements to path handling.
* add an opacity parameter in OBJColor to discard non-colors.rodri2024-09-261-1/+1
|
* add support for normal map loading.rodri2024-05-281-0/+1
|
* add support to load diffuse color texture maps.rodri2024-03-061-1/+1
|
* added support for material (.mtl) files.rodri2024-02-181-0/+34
|
* improve element insertion procedure.rodri2023-12-111-0/+1
| | | | | | | 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.rodri2023-11-111-1/+7
|
* removed unnecessary anonymous union in OBJVertex.rodri2023-11-111-7/+5
|
* standalone version release.rodri2020-04-121-0/+92