Define constants for celestial light horizon fading

This commit is contained in:
2026-04-28 14:27:28 +02:00
parent 4f435518dc
commit 13ab51e145

View File

@@ -26,6 +26,8 @@ const UP_AXIS: Vec3 = {
y: 1,
z: 0
};
const CELESTIAL_LIGHT_HORIZON_FADE_START = -0.28;
const CELESTIAL_LIGHT_HORIZON_FADE_END = 0.04;
export interface RuntimeClockState {
timeOfDayHours: number;
dayCount: number;