From a47874b00f94a6a885b0867e5bf6c393dc9a925f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 14:51:59 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-host.ts --- src/runtime-three/runtime-host.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 1dba47a1..d9349154 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -444,7 +444,9 @@ export class RuntimeHost { this.scene.add(this.ambientLight); this.scene.add(this.sunLight); + this.scene.add(this.sunLight.target); this.scene.add(this.moonLight); + this.scene.add(this.moonLight.target); this.scene.add(this.localLightGroup); this.scene.add(this.lightVolumeGroup); this.scene.add(this.brushGroup);