From 82719b5ebee88a10982792744bb6dfb80826c3ea Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:28:24 +0200 Subject: [PATCH] Add explicit scale and rotation definitions to build runtime scene tests --- tests/domain/build-runtime-scene.test.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index 6b6e4d62..f3605feb 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -914,6 +914,11 @@ describe("buildRuntimeSceneFromDocument", () => { z: -2 }, yawDegrees: 45, + scale: { + x: 1, + y: 1, + z: 1 + }, modelAssetId: modelAsset.id, dialogues: [ { @@ -964,6 +969,11 @@ describe("buildRuntimeSceneFromDocument", () => { y: 1, z: 2 }, + rotationDegrees: { + x: 0, + y: 0, + z: 0 + }, size: { x: 2, y: 2,