aboutsummaryrefslogtreecommitdiff
path: root/src/obj.h
AgeCommit message (Collapse)Author
2022-10-31fix: stdin file reading bug fixedjvech
Because is impossible to look for a mtl file it will discard it and prints a warning message
2022-10-31fix: blank lines segmentation fault bug fixedjvech
2022-10-31add: LICENSE notice added to all filesjvech
2022-10-30feat: mtl file reading addedjvech
Bugs to Fix: - Reading from standard input cause segmentation error - If the subsequent line to the last f component is a blank line mverse will throw an error - mtl path finding needs to be improved - shaders must be improved
2022-10-03feat: obj file reading and rendering implementedjvech
Feel free to download, copy and edit any repo