From 2b93be599aed73d47acf0e369f36062ec005e0dd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 03:02:22 +0200 Subject: [PATCH] Add soft shoulder edge definitions to build runtime scene tests --- tests/domain/build-runtime-scene.test.ts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index 30c561ff..7c1d631c 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -721,7 +721,25 @@ describe("buildRuntimeSceneFromDocument", () => { heightOffset: 0.03, terrainConform: true, materialId: null, - material: null + material: null, + edges: { + left: { + enabled: false, + kind: "softShoulder", + width: 0.35, + height: 0.12, + materialId: null, + material: null + }, + right: { + enabled: false, + kind: "softShoulder", + width: 0.35, + height: 0.12, + materialId: null, + material: null + } + } }, points: [ {