Add edge definitions (soft shoulders) to scene document serialization test

This commit is contained in:
2026-05-13 03:02:35 +02:00
parent 2b93be599a
commit e61a89da9e

View File

@@ -835,7 +835,23 @@ describe("scene document JSON", () => {
falloff: 0.5,
heightOffset: 0.03,
terrainConform: true,
materialId: null
materialId: null,
edges: {
left: {
enabled: false,
kind: "softShoulder",
width: 0.35,
height: 0.12,
materialId: null
},
right: {
enabled: false,
kind: "softShoulder",
width: 0.35,
height: 0.12,
materialId: null
}
}
});
});