Add road configuration to build runtime scene tests

This commit is contained in:
2026-05-13 00:05:17 +02:00
parent 46c3d9b05c
commit 22fc08f5bd

View File

@@ -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",