Work In Progress
Go to file
Nigel de96aa4136 Added multiple lights to the scene
Both a directional and four points lights are used in
this scene.

Fixed a memory leak caused by the vertex Array buffer of the lights never being deleted
2022-02-16 21:06:40 +01:00
.vscode Matrices and transformations 2022-02-12 21:38:31 +01:00
src Added multiple lights to the scene 2022-02-16 21:06:40 +01:00
Textures Added lighting maps 2022-02-16 19:46:19 +01:00
.gitignore LearnOpenGL tutorial. Made it up to Shaders 2022-02-06 12:52:11 +01:00
lightsource.fs Lighting: Basic color 2022-02-13 13:19:54 +01:00
lightsource.vs Lighting: Basic color 2022-02-13 13:19:54 +01:00
Makefile Matrices and transformations 2022-02-12 21:38:31 +01:00
README.md Added a simple small README file. 2022-02-06 13:44:00 +01:00
shader.fs Added multiple lights to the scene 2022-02-16 21:06:40 +01:00
shader.vs Added lighting maps 2022-02-16 19:46:19 +01:00

Learn OpenGL

OpenGL logo

Resources Used

learnopengl.com
en.cppreference.com