Update scene document test with target anchor definition
This commit is contained in:
@@ -2629,6 +2629,14 @@ describe("scene document JSON", () => {
|
|||||||
z: -2
|
z: -2
|
||||||
},
|
},
|
||||||
targetable: true,
|
targetable: true,
|
||||||
|
targetAnchor: createNpcTargetAnchor({
|
||||||
|
mode: "custom",
|
||||||
|
offset: {
|
||||||
|
x: 0.2,
|
||||||
|
y: 1.1,
|
||||||
|
z: -0.3
|
||||||
|
}
|
||||||
|
}),
|
||||||
yawDegrees: 225,
|
yawDegrees: 225,
|
||||||
scale: {
|
scale: {
|
||||||
x: 1.25,
|
x: 1.25,
|
||||||
|
|||||||
Reference in New Issue
Block a user