From f130bd0af9f8f363a823ac30905e64bbb6d89354 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 6 Apr 2026 08:44:02 +0200 Subject: [PATCH] Add fogPath and waterPath to scene document JSON test --- tests/serialization/scene-document-json.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 191e781e..6714e88f 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -252,6 +252,8 @@ describe("scene document JSON", () => { mode: "acesFilmic", exposure: 1.25 }, + fogPath: "quality", + waterPath: "performance", depthOfField: { enabled: true, focusDistance: 12,