auto-git:

[change] src/rendering/world-background-renderer.ts
This commit is contained in:
2026-04-22 15:29:28 +02:00
parent f89e794800
commit a0f8f72c62

View File

@@ -678,6 +678,12 @@ export class WorldBackgroundRenderer {
this.anchor.add(this.moonMesh);
this.anchor.add(this.sunMesh);
this.scene.add(this.anchor);
this.shaderMesh.visible = false;
this.imageMesh.visible = false;
this.overlayMesh.visible = false;
this.sunMesh.visible = false;
this.moonMesh.visible = false;
}
update(