auto-git:

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

View File

@@ -1551,6 +1551,7 @@ export class ViewportHost {
this.ambientLight.visible = this.displayMode !== "wireframe";
this.sunLight.visible = this.displayMode !== "wireframe";
this.localLightGroup.visible = this.displayMode !== "wireframe";
this.lightVolumeGroup.visible = this.displayMode !== "wireframe";
if (this.displayMode !== "normal") {
this.scene.background = null;