24 Commits

Author SHA1 Message Date
5477388869 Remove duplicate shaders 2021-06-21 23:36:05 +02:00
140d85470d Cleanup in VSM code 2021-06-21 23:34:18 +02:00
a1f8df808b Add Marching Cubes geometry to full-demo 2021-06-14 18:44:32 +02:00
332d1952e0 Add interactive setting of tessellation factor 2021-05-30 20:42:45 +02:00
4cf0dc230b Add heightmap and apply it in tessellation shader 2021-05-30 20:33:10 +02:00
8162ca201e Tessellation on the quad mesh works! 2021-05-30 20:02:12 +02:00
3b97346ea7 Basic setup for tessellation: mesh rendering 2021-05-30 19:50:31 +02:00
95f246bbd2 Preparations for tessellation: new demo + wireframe + new Shader types 2021-05-30 19:38:36 +02:00
163d413f9c Minor lighting improvements 2021-05-23 20:39:10 +02:00
da460af0b1 Fix bug in VSM texture 2021-05-23 20:09:21 +02:00
8c5b04ad97 Minor cleanup for shadows 2021-05-23 19:34:41 +02:00
b4e0cefbe7 Light bleeding improvement 2021-05-22 16:02:39 +02:00
3dcfc89b52 Add basis for variance shadow mapping 2021-05-21 22:38:40 +02:00
88611815e1 Some bugfixes for the shadows
They work well now!
2021-05-21 20:22:20 +02:00
3c35a730f5 Add basic setup for shadow rendering
adapted from the previous ECS project. working to some extent, but far from ideal
2021-05-20 00:15:58 +02:00
eea0c57e7c Add multiple particle textures and more variety to types 2021-05-09 23:32:41 +02:00
7c469c9c3c Fix bug in time handling in Particle Update shader 2021-05-09 23:04:41 +02:00
616be9e5fc Fix bug in particle positioning 2021-05-09 20:00:04 +02:00
5637868200 Add draft for multiple particle types
The type was changed from int to float, because comparing the int to values (e.g. type == 1) never returned true...
2021-05-08 19:03:29 +02:00
5016ee49d1 Make ground mesh, improve particles 2021-05-08 17:52:33 +02:00
82fae245a1 Add camera movement with keyboard & mouse 2021-05-08 17:27:16 +02:00
2d0e856124 Particles are functional! 2021-05-08 13:19:58 +02:00
f8d5b98574 I see particles 2021-05-08 13:11:20 +02:00
c3796e7b55 Add basic Particle setup
Compiles, but doesn't work
2021-05-08 00:13:27 +02:00