Implement Dynamic Global Illumination support and versioning in scene documents

This commit is contained in:
2026-04-28 03:26:46 +02:00
parent 6c0f71970e
commit 343a3c13e3
2 changed files with 39 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ import {
} from "../sequencer/project-sequences";
import type { Terrain } from "./terrains";
export const SCENE_DOCUMENT_VERSION = 84 as const;
export const SCENE_DOCUMENT_VERSION = 85 as const;
export const DYNAMIC_GLOBAL_ILLUMINATION_SCENE_DOCUMENT_VERSION = 85 as const;
export const PLAYER_START_MOUSE_INVERT_SCENE_DOCUMENT_VERSION = 84 as const;
export const PLAYER_START_TARGETING_SETTINGS_SCENE_DOCUMENT_VERSION =
83 as const;