Add moon light to runtime host and update lighting logic

This commit is contained in:
2026-04-12 14:10:11 +02:00
parent 0641e41d88
commit 2b42cc3f0d
2 changed files with 28 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ export function RunnerCanvas({
const runnerReady = overlayStatus === "ready";
const resolvedWorld = resolveRuntimeDayNightWorldState(
runtimeScene.world,
runtimeScene.time,
runtimeClock
);