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
🔍 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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user