Work In Progress
Go to file
Nigel 85263312cd Refactor
Refactoring the render engine to feel a little better organized. One major issue remains with the model not rendering at the time. Possibly this is solved after fixing the outline render pass
2023-02-03 16:33:02 +01:00
.vscode Added stencil testing 2022-02-22 21:52:44 +01:00
Models Added model loading 2022-02-22 00:32:22 +01:00
Shaders Architecture redesign 2022-10-18 22:57:50 +02:00
src Refactor 2023-02-03 16:33:02 +01:00
Textures Cubemap added, Skybox pass implemented 2022-10-16 20:14:06 +02:00
.gitattributes Added model loading 2022-02-22 00:32:22 +01:00
.gitignore Added model loading 2022-02-22 00:32:22 +01:00
Makefile Refactor 2023-02-03 16:33:02 +01:00
README.md Added a simple small README file. 2022-02-06 13:44:00 +01:00

Learn OpenGL

OpenGL logo

Resources Used

learnopengl.com
en.cppreference.com