update Tue 07/14/2026 12:21:23.58

This commit is contained in:
2026-07-14 12:21:24 +10:00
parent b2b555ef16
commit f2bfad7ee2
14 changed files with 202 additions and 58 deletions
+134 -13
View File
@@ -1,20 +1,141 @@
{
"world": { "units": "m", "note": "origin = front-left corner of the table; +X right, +Z toward the back, +Y up" },
"world": {
"units": "cm",
"note": "origin = front-left corner of the table; +X right, +Z toward the back, +Y up. All positions/sizes in centimetres; marker print size stays in mm (sizeMM)."
},
"anchors": [
{ "markerId": 0, "position": [0.20, 0.00, 0.20], "mount": "flat", "yawDeg": 0, "pitchDeg": 0, "rollDeg": 0, "sizeMM": 60, "enabled": true },
{ "markerId": 1, "position": [0.90, 0.00, 0.20], "mount": "flat", "yawDeg": 0, "pitchDeg": 0, "rollDeg": 0, "sizeMM": 60, "enabled": true },
{ "markerId": 2, "position": [0.20, 0.00, 0.90], "mount": "flat", "yawDeg": 0, "pitchDeg": 0, "rollDeg": 0, "sizeMM": 60, "enabled": true },
{ "markerId": 3, "position": [0.90, 0.00, 0.90], "mount": "flat", "yawDeg": 0, "pitchDeg": 0, "rollDeg": 0, "sizeMM": 60, "enabled": true },
{ "markerId": 4, "position": [0.55, 0.12, 0.00], "mount": "wall", "yawDeg": 180, "pitchDeg": 0, "rollDeg": 0, "sizeMM": 60, "enabled": true }
{
"markerId": 0,
"position": [
20.0,
0.0,
20.0
],
"mount": "flat",
"yawDeg": 0,
"pitchDeg": 0,
"rollDeg": 0,
"sizeMM": 60,
"enabled": true
},
{
"markerId": 1,
"position": [
90.0,
0.0,
20.0
],
"mount": "flat",
"yawDeg": 0,
"pitchDeg": 0,
"rollDeg": 0,
"sizeMM": 60,
"enabled": true
},
{
"markerId": 2,
"position": [
20.0,
0.0,
90.0
],
"mount": "flat",
"yawDeg": 0,
"pitchDeg": 0,
"rollDeg": 0,
"sizeMM": 60,
"enabled": true
},
{
"markerId": 3,
"position": [
90.0,
0.0,
90.0
],
"mount": "flat",
"yawDeg": 0,
"pitchDeg": 0,
"rollDeg": 0,
"sizeMM": 60,
"enabled": true
},
{
"markerId": 4,
"position": [
55.0,
12.0,
0.0
],
"mount": "wall",
"yawDeg": 180,
"pitchDeg": 0,
"rollDeg": 0,
"sizeMM": 60,
"enabled": true
}
],
"buildings": [
{ "name": "Newbury High", "position": [0.55, 0.00, 0.55], "size": [0.35, 0.30, 0.25], "yawDeg": 0 }
{
"name": "Newbury High",
"position": [
55.0,
0.0,
55.0
],
"size": [
35.0,
30.0,
25.0
],
"yawDeg": 0
}
],
"spawns": [
{ "id": "spawn-1", "position": [0.35, 0.30, 0.40], "enabled": true },
{ "id": "spawn-2", "position": [0.75, 0.35, 0.40], "enabled": true },
{ "id": "spawn-3", "position": [0.55, 0.45, 0.70], "enabled": true },
{ "id": "spawn-4", "position": [0.25, 0.25, 0.75], "enabled": true },
{ "id": "spawn-5", "position": [0.85, 0.28, 0.75], "enabled": true }
{
"id": "spawn-1",
"position": [
35.0,
30.0,
40.0
],
"enabled": true
},
{
"id": "spawn-2",
"position": [
75.0,
35.0,
40.0
],
"enabled": true
},
{
"id": "spawn-3",
"position": [
55.0,
45.0,
70.0
],
"enabled": true
},
{
"id": "spawn-4",
"position": [
25.0,
25.0,
75.0
],
"enabled": true
},
{
"id": "spawn-5",
"position": [
85.0,
28.0,
75.0
],
"enabled": true
}
]
}
}