index
:
libobj
master
OBJ parser
rgl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
obj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow parentheses in material names (this is getting ridiculous.)
rodri
2024-10-07
1
-1
/
+1
*
add an opacity parameter in OBJColor to discard non-colors.
rodri
2024-09-26
1
-0
/
+4
*
don't write a \n to errstr. survive referring to files in dot.
rodri
2024-09-25
1
-4
/
+12
*
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
1
-19
/
+40
*
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
1
-1
/
+102
*
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
1
-2
/
+288
*
allow object names to have '.' and '_'.
rodri
2023-12-30
1
-1
/
+1
*
improve element insertion procedure.
rodri
2023-12-11
1
-7
/
+4
*
add support for multiple vertex type indices in face elements.
rodri
2023-11-11
1
-25
/
+58
*
standalone version release.
rodri
2020-04-12
1
-0
/
+584