auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 14:02:06 +02:00
parent ed44a3587f
commit 0920302e44

View File

@@ -675,6 +675,7 @@ export class ViewportHost {
this.scene.add(this.ambientLight);
this.scene.add(this.sunLight);
this.scene.add(this.localLightGroup);
this.scene.add(this.lightVolumeGroup);
this.scene.add(this.brushGroup);
this.scene.add(this.terrainGroup);
this.terrainBrushPreviewGroup.visible = false;