Bump SCENE_DOCUMENT_VERSION to 11 and add LOCAL_LIGHTS_AND_SKYBOX_SCENE_DOCUMENT_VERSION

This commit is contained in:
2026-03-31 19:57:31 +02:00
parent 63fcd7c48c
commit 405a00de6e

View File

@@ -6,7 +6,8 @@ import type { InteractionLink } from "../interactions/interaction-links";
import { cloneMaterialRegistry, createStarterMaterialRegistry, type MaterialDef } from "../materials/starter-material-library";
import { createDefaultWorldSettings, type WorldSettings } from "./world-settings";
export const SCENE_DOCUMENT_VERSION = 10 as const;
export const SCENE_DOCUMENT_VERSION = 11 as const;
export const LOCAL_LIGHTS_AND_SKYBOX_SCENE_DOCUMENT_VERSION = 10 as const;
export const MODEL_ASSET_PIPELINE_SCENE_DOCUMENT_VERSION = 9 as const;
export const FOUNDATION_SCENE_DOCUMENT_VERSION = 1 as const;
export const BOX_BRUSH_SCENE_DOCUMENT_VERSION = 2 as const;
@@ -49,6 +50,7 @@ export type {
WorldAmbientLightSettings,
WorldBackgroundMode,
WorldBackgroundSettings,
WorldImageBackgroundSettings,
WorldSolidBackgroundSettings,
WorldSettings,
WorldSunLightSettings,