auto-git:

[change] src/runtime-three/runtime-project-time.ts
This commit is contained in:
2026-04-22 17:08:25 +02:00
parent 7ba8887c6c
commit ebdd3970a7

View File

@@ -21,12 +21,6 @@ const DEFAULT_NOON_DIRECTION: Vec3 = {
y: 0.88,
z: 0.15
};
const UP_AXIS: Vec3 = {
x: 0,
y: 1,
z: 0
};
export interface RuntimeClockState {
timeOfDayHours: number;
dayCount: number;