Commit Graph

6 Commits

Author SHA1 Message Date
82cf5b9c93 Added model loading
Model loading is complex.
As such in the learnopengl.com tutorial we use assimp to make our life
a little easier.
2022-02-22 00:32:22 +01:00
fd29b303e2 Added lighting maps 2022-02-16 19:46:19 +01:00
fc3806e73d Basic Lighting
Added lighting in to the shader
Lighting model: Phong
2022-02-13 14:38:39 +01:00
06b979dfaa Lighting: Basic color
Added a light source
removed texturing
removed drawing multiple instances
of the same cube
2022-02-13 13:19:54 +01:00
8bfdbccac1 Matrices and transformations 2022-02-12 21:38:31 +01:00
58cca1db34 Shader exercises complete! 2022-02-11 22:24:15 +01:00