diff --git a/tests/domain/create-empty-scene-document.test.ts b/tests/domain/create-empty-scene-document.test.ts index 6d333384..19035407 100644 --- a/tests/domain/create-empty-scene-document.test.ts +++ b/tests/domain/create-empty-scene-document.test.ts @@ -57,6 +57,11 @@ describe("createEmptySceneDocument", () => { focalLength: 0.03, bokehScale: 1.5 }, + whiteboxBevel: { + enabled: false, + edgeWidth: 0.14, + normalStrength: 0.75 + }, fogPath: "performance", waterPath: "performance", waterReflectionMode: "none"