From 05377dadfbd5d6ee912de44481de3e47205d279a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 28 Apr 2026 04:10:16 +0200 Subject: [PATCH] Update scene document versions and tests for distance fog and dynamic global illumination --- tests/serialization/scene-document-json.test.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 6a6482ec..bf54c33d 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -24,6 +24,7 @@ import { CAMERA_RIG_ENTITY_SCENE_DOCUMENT_VERSION, CELESTIAL_BODY_OVERLAY_SCENE_DOCUMENT_VERSION, DAWN_DUSK_BACKGROUND_IMAGE_SCENE_DOCUMENT_VERSION, + DYNAMIC_GLOBAL_ILLUMINATION_SCENE_DOCUMENT_VERSION, FOLLOW_ACTOR_PATH_SMOOTH_SCENE_DOCUMENT_VERSION, ANIMATION_PLAYBACK_SCENE_DOCUMENT_VERSION, ENTITY_NAMES_SCENE_DOCUMENT_VERSION, @@ -805,6 +806,14 @@ describe("scene document JSON", () => { edgeWidth: 0.18, normalStrength: 0.9 }, + distanceFog: { + enabled: true, + colorHex: "#bfd0e0", + nearDistance: 45, + farDistance: 140, + strength: 0.72, + renderDistance: 160 + }, fogPath: "quality", waterPath: "performance", waterReflectionMode: "world",