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);