aboutsummaryrefslogtreecommitdiff
path: root/shaders
AgeCommit message (Collapse)Author
2022-11-03add: material and illumnation render implementedjvech
shaders now render the models using ambient, diffuse and specular properties and react to directional light.
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
2022-09-16learn: 17. Multiple lightsjvech
2022-09-12learn: 15. lightning mapsjvech
2022-09-11learn: 14. Materials learnopengl bookjvech
2022-08-29feat: 3D support addedjvech
2022-08-25feat: linear library implementedjvech
2022-08-19feat: vertex and fragment shader loader implementedjvech
Feel free to download, copy and edit any repo