From 04666940a2d46c57e58f9aca3c900d6d2dc583bd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 10:56:18 +0200 Subject: [PATCH] Add foliage configuration to scene document JSON tests --- tests/serialization/scene-document-json.test.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 77288430..93dd8515 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -971,6 +971,12 @@ describe("scene document JSON", () => { sourceSize: 1.35, samples: 40 }, + foliage: { + enabled: true, + densityMultiplier: 0.75, + maxDistanceMultiplier: 1.25, + shadows: "near" + }, fogPath: "quality", waterPath: "performance", waterReflectionMode: "world",