Update lightingConfig.ts
🔍 Lint / 🪄 Check lint (push) Has been cancelled
🔍 Lint / 🎨 Check format (push) Has been cancelled
🔍 Lint / 🔎 Typecheck (push) Has been cancelled
📊 Quality / 🔒 Security Audit (push) Has been cancelled
📊 Quality / 📋 Dependency Freshness (push) Has been cancelled
📊 Quality / 📦 Bundle Size (push) Has been cancelled
🔍 Lint / 🏗 Build (push) Has been cancelled

This commit is contained in:
Tom Boullay
2026-06-02 14:52:54 +02:00
parent 2dabb73d3d
commit 68253fae41
+2 -2
View File
@@ -3,9 +3,9 @@ const SUN_LIGHT_COLOR = "#ffe2bf";
export const LIGHTING_DEFAULTS = { export const LIGHTING_DEFAULTS = {
ambientColor: AMBIENT_LIGHT_COLOR, ambientColor: AMBIENT_LIGHT_COLOR,
ambientIntensity: 0.9, ambientIntensity: 0.7,
sunColor: SUN_LIGHT_COLOR, sunColor: SUN_LIGHT_COLOR,
sunIntensity: 2.2, sunIntensity: 1.9,
sunX: 70, sunX: 70,
sunY: 45, sunY: 45,
sunZ: 35, sunZ: 35,