Commit Graph

7 Commits

Author SHA1 Message Date
ae516a8007 Irradiance Map 2023-06-02 20:07:32 +02:00
6fd22a85d8 HDR skybox 2023-06-02 18:01:45 +02:00
08e1c3248b Physically based rendering with textures 2023-05-20 21:51:57 +02:00
7627df0fa0 FIrst step in Physically based rendering 2023-05-20 21:20:02 +02:00
4cba6ad37e Ice refractions and reflections added back in ! 2023-05-20 11:17:27 +02:00
8890b4d973 Back to basic - Just a backpack rendering 2023-05-19 20:48:24 +02:00
4355a12b9a Architecture redesign
PART 1:
- Added a Renderer class
- Added a Application interface
- Added a RenderPass interface
- Added multiple RenderPass classes
- Added a Window class
- Moved Shaders into a Shader folder

The idea behind this redesign is to make more abstractions.
These abstraction are then supposedly going to make it easier
to focus on the next couple tutorials main elements
2022-10-18 22:57:50 +02:00