Update tests to validate collisionEnabled property for runtime scene edges

This commit is contained in:
2026-05-13 04:33:36 +02:00
parent b8f08585a9
commit 70cf99cf0a

View File

@@ -725,6 +725,7 @@ describe("buildRuntimeSceneFromDocument", () => {
edges: { edges: {
left: { left: {
enabled: false, enabled: false,
collisionEnabled: false,
kind: "softShoulder", kind: "softShoulder",
width: 0.35, width: 0.35,
height: 0.12, height: 0.12,
@@ -733,6 +734,7 @@ describe("buildRuntimeSceneFromDocument", () => {
}, },
right: { right: {
enabled: false, enabled: false,
collisionEnabled: false,
kind: "softShoulder", kind: "softShoulder",
width: 0.35, width: 0.35,
height: 0.12, height: 0.12,