feat: 3 dynamic point lights with shadows

- MainLight: warm (1.0, 0.95, 0.85), intensity 12, range 60
- SecondLight: cool blue (0.3, 0.6, 1.0), intensity 8, range 40
- ThirdLight: red (0.9, 0.2, 0.3), intensity 8, range 40
- All 3 orbit in chaotic circles at different phases
- All 3 cast shadows (18 shadow passes per frame = 3 × 6)
- ImGui: per-light sliders for all 3 lights
- Reduced intensities slightly to balance 3 overlapping lights
This commit is contained in:
emil28092005
2026-06-19 08:12:18 +03:00
parent d0af9b5c2d
commit ad92e758de
2 changed files with 40 additions and 4 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ Collapsed=0
[Window][Shadow & Light Parameters]
Pos=-1,195
Size=427,372
Size=226,372
Collapsed=0