From 22fc08f5bd2326de69293b6c9308bceecaf5a09a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 00:05:17 +0200 Subject: [PATCH] Add road configuration to build runtime scene tests --- tests/domain/build-runtime-scene.test.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index 2d66458e..f9bd31d6 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -713,6 +713,15 @@ describe("buildRuntimeSceneFromDocument", () => { sampledResolution: 12, glueToTerrain: false, terrainOffset: 0, + road: { + enabled: false, + width: 2, + shoulderWidth: 1, + falloff: 0.5, + heightOffset: 0.03, + terrainConform: true, + materialId: null + }, points: [ { pointId: "path-point-a",