From 35875fa49dbba10c9bc7a74398295d2724293241 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:59:55 +0200 Subject: [PATCH] Update scene document test with target anchor definition --- tests/serialization/scene-document-json.test.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 526f5d3c..80795418 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -2629,6 +2629,14 @@ describe("scene document JSON", () => { z: -2 }, targetable: true, + targetAnchor: createNpcTargetAnchor({ + mode: "custom", + offset: { + x: 0.2, + y: 1.1, + z: -0.3 + } + }), yawDegrees: 225, scale: { x: 1.25,