Remove unused types and add new ones in scene-document-validation.ts
This commit is contained in:
@@ -43,8 +43,6 @@ import {
|
|||||||
} from "./scene-document";
|
} from "./scene-document";
|
||||||
import {
|
import {
|
||||||
HOURS_PER_DAY,
|
HOURS_PER_DAY,
|
||||||
type ProjectTimeNightBackgroundSettings,
|
|
||||||
type ProjectTimePhaseProfile,
|
|
||||||
type ProjectTimeSettings
|
type ProjectTimeSettings
|
||||||
} from "./project-time-settings";
|
} from "./project-time-settings";
|
||||||
import {
|
import {
|
||||||
@@ -54,6 +52,8 @@ import {
|
|||||||
isBoxVolumeRenderPath,
|
isBoxVolumeRenderPath,
|
||||||
isAdvancedRenderingToneMappingMode,
|
isAdvancedRenderingToneMappingMode,
|
||||||
isHexColorString,
|
isHexColorString,
|
||||||
|
type WorldBackgroundSettings,
|
||||||
|
type WorldTimePhaseProfile,
|
||||||
type WorldSettings
|
type WorldSettings
|
||||||
} from "./world-settings";
|
} from "./world-settings";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user