Add collider properties to scene document JSON test

This commit is contained in:
2026-04-13 17:31:27 +02:00
parent 0b112b1c45
commit ad0a687e1b

View File

@@ -1256,7 +1256,16 @@ describe("scene document JSON", () => {
z: -2
},
yawDegrees: 225,
modelAssetId: modelAsset.id
modelAssetId: modelAsset.id,
collider: {
mode: "box",
eyeHeight: 1.4,
boxSize: {
x: 0.9,
y: 1.7,
z: 0.8
}
}
});
const document = {
...createEmptySceneDocument({ name: "NPC Round Trip Scene" }),