diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index 3152c188..e14ad8d5 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -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,