auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 12:54:28 +02:00
parent d6c6662fd7
commit 6ca7639f8c

View File

@@ -1587,7 +1587,8 @@ export class ViewportHost {
this.renderer,
this.scene,
this.perspectiveCamera,
settings
settings,
this.worldBackgroundRenderer.scene
);
this.currentAdvancedRenderingSettings =
cloneAdvancedRenderingSettings(settings);