feat(lighting): expose light colors in debug controls

This commit is contained in:
Tom Boullay
2026-05-26 23:53:04 +02:00
parent 665d9f9702
commit d816e4b07e
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -2,7 +2,9 @@ export const AMBIENT_LIGHT_COLOR = "#dbeafe";
export const SUN_LIGHT_COLOR = "#fff7ed";
export const LIGHTING_DEFAULTS = {
ambientColor: AMBIENT_LIGHT_COLOR,
ambientIntensity: 1.8,
sunColor: SUN_LIGHT_COLOR,
sunIntensity: 2.8,
sunX: 60,
sunY: 80,