Example and exercises from https://learnopengl.com/Lighting/Materials
In this project I learned how to:
- Create and use structs in shaders.
- Simulate
materialsby using lighting.
Compile with make all.
Get a list of all available examples using ./build/main --help.
For example: ./build/main mat1