Work In Progress
Go to file
2022-10-16 20:57:11 +02: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
src Basic MSAA 2022-10-16 20:57:11 +02: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
Cubemap.fs Cubemap added, Skybox pass implemented 2022-10-16 20:14:06 +02:00
Framebuffers.fs Cubemap added, Skybox pass implemented 2022-10-16 20:14:06 +02:00
Framebuffers.vs Added framebuffer objects to allow postprocessing on a texture of the screen 2022-10-16 18:26:50 +02: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 Added model loading 2022-02-22 00:32:22 +01:00
outlineshader.fs Added stencil testing 2022-02-22 21:52:44 +01:00
README.md Added a simple small README file. 2022-02-06 13:44:00 +01:00
shader.fs Basic MSAA 2022-10-16 20:57:11 +02:00
shader.vs reflection 2022-10-16 20:27:25 +02:00
skybox.vs Cubemap added, Skybox pass implemented 2022-10-16 20:14:06 +02:00

Learn OpenGL

OpenGL logo

Resources Used

learnopengl.com
en.cppreference.com