aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* leave a single, general error reporting fn. add specular map support.HEADmasterrodri2024-10-072-95/+105
| | | | improvements to path handling.
* update the readme; we've had mtl support for a while now.rodri2024-10-071-4/+4
|
* allow parentheses in material names (this is getting ridiculous.)rodri2024-10-071-1/+1
|
* add an opacity parameter in OBJColor to discard non-colors.rodri2024-09-262-1/+5
|
* don't write a \n to errstr. survive referring to files in dot.rodri2024-09-251-4/+12
|
* improve the mtl parser.rodri2024-09-251-21/+58
|
* allow '-' in object and material names.rodri2024-09-211-3/+3
|
* add support for normal map loading.rodri2024-05-282-19/+41
|
* attach material properties to points and lines as well.rodri2024-05-031-0/+4
|
* add support to load diffuse color texture maps.rodri2024-03-062-2/+103
|
* don't fail if there's no material file.rodri2024-03-061-3/+3
|
* don't try to find a material when the list is empty.rodri2024-02-201-1/+1
|
* added support for material (.mtl) files.rodri2024-02-183-2/+325
|
* allow object names to have '.' and '_'.rodri2023-12-301-1/+1
|
* improve element insertion procedure.rodri2023-12-112-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.rodri2023-11-113-26/+6422
|
* removed unnecessary anonymous union in OBJVertex.rodri2023-11-111-7/+5
|
* fix paths in the test program.rodri2023-11-112-5/+7
|
* add a readmerodri2020-04-131-0/+8
|
* standalone version release.rodri2020-04-1214-0/+10329