Add targetAnchor definition to build-runtime-scene tests

This commit is contained in:
2026-05-11 21:59:16 +02:00
parent 35114af97c
commit 3e3c872733

View File

@@ -908,6 +908,14 @@ describe("buildRuntimeSceneFromDocument", () => {
name: undefined,
visible: true,
targetable: true,
targetAnchor: {
mode: "center",
offset: {
x: 0,
y: 0,
z: 0
}
},
position: {
x: -1,
y: 0,