auto-git:
[change] src/document/migrate-scene-document.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user