auto-git:

[change] src/document/migrate-scene-document.ts
This commit is contained in:
2026-04-22 15:49:11 +02:00
parent f1279be70c
commit 4b14d5eb45

View File

@@ -2640,6 +2640,11 @@ function readWorldShaderSkySettings(
value.dayBottomColorHex ?? defaults.dayBottomColorHex,
`${label}.dayBottomColorHex`
),
horizonHeight: readOptionalFiniteNumber(
value.horizonHeight,
`${label}.horizonHeight`,
defaults.horizonHeight
),
celestial: {
sunDiscSizeDegrees: readOptionalPositiveFiniteNumber(
celestial.sunDiscSizeDegrees,