auto-git:

[change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/rendering/world-background-renderer.ts
This commit is contained in:
2026-04-22 15:59:11 +02:00
parent ad3cb85f3d
commit 0c592addbe
4 changed files with 8 additions and 3 deletions

View File

@@ -875,6 +875,7 @@ export class WorldBackgroundRenderer {
private syncShaderSkyState(state: WorldShaderSkyRenderState | null) {
if (state === null) {
this.shaderSkyMaterial.uniforms.uHorizonHeight.value = 0;
this.shaderSkyMaterial.uniforms.uStarVisibility.value = 0;
this.shaderSkyMaterial.uniforms.uSunVisible.value = 0;
this.shaderSkyMaterial.uniforms.uMoonVisible.value = 0;