auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-22 14:51:59 +02:00
parent 56e023b8b8
commit a47874b00f

View File

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