auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 17:52:09 +02:00
parent 61d3aef499
commit 58b029eb81

View File

@@ -1651,12 +1651,6 @@ export class ViewportHost {
this.scene.environment = null;
this.scene.environmentIntensity = 1;
} else {
const environmentState = resolveWorldEnvironmentState(
displayedBackground,
backgroundTexture,
backgroundOverlayState,
this.environmentBlendCache
);
const celestialBodiesState = resolveWorldCelestialBodiesState(
world.showCelestialBodies,
displayedSunLight,