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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user