Work In Progress
Go to file
2022-02-15 16:33:47 +01:00
.vscode Matrices and transformations 2022-02-12 21:38:31 +01:00
src Implemented basic materials in to the fragment shader.. 2022-02-15 16:33:47 +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 Implemented basic materials in to the fragment shader.. 2022-02-15 16:33:47 +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