Work In Progress
Go to file
Nigel fc3806e73d Basic Lighting
Added lighting in to the shader
Lighting model: Phong
2022-02-13 14:38:39 +01:00
.vscode Matrices and transformations 2022-02-12 21:38:31 +01:00
src Basic Lighting 2022-02-13 14:38:39 +01:00
Textures Matrices and transformations 2022-02-12 21:38:31 +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 Basic Lighting 2022-02-13 14:38:39 +01:00
shader.vs Basic Lighting 2022-02-13 14:38:39 +01:00

Learn OpenGL

OpenGL logo

Resources Used

learnopengl.com
en.cppreference.com