Better lighting

This commit is contained in:
Halbear 2026-06-20 02:13:47 +01:00
parent 8d219d2a35
commit eb01ec4877
26 changed files with 73 additions and 38 deletions

View file

@ -5,7 +5,7 @@
// also Vulkan Book https://github.com/lwjglgamedev/vulkanbook/blob/master/bookcontents/chapter-15/chapter-15.md
const int MAX_LIGHTS = 10;
const int MAX_LIGHTS = 1000;
const float PI = 3.14159265359;
struct Light {