From 31fb78a431238f1d28ae736fc6d84c377630c658 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 28 Apr 2026 03:30:04 +0200 Subject: [PATCH] Update serialization tests with new version constants and dynamic global illumination settings --- tests/serialization/scene-document-json.test.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index fb71ac27..9ac0d117 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -40,6 +40,7 @@ import { PLAYER_START_COLLIDER_SETTINGS_SCENE_DOCUMENT_VERSION, PLAYER_START_INTERACTION_ANGLE_SCENE_DOCUMENT_VERSION, PLAYER_START_INPUT_BINDINGS_SCENE_DOCUMENT_VERSION, + PLAYER_START_MOUSE_INVERT_SCENE_DOCUMENT_VERSION, PLAYER_START_MOVEMENT_TEMPLATE_SCENE_DOCUMENT_VERSION, PLAYER_START_NAVIGATION_MODE_SCENE_DOCUMENT_VERSION, SCENE_EDITOR_PREFERENCES_SCENE_DOCUMENT_VERSION, @@ -783,6 +784,12 @@ describe("scene document JSON", () => { radius: 0.75, samples: 16 }, + dynamicGlobalIllumination: { + enabled: true, + intensity: 1.5, + radius: 4, + quality: "medium" + }, bloom: { enabled: true, intensity: 1.2,