Skip to content

Commit eecfb7e

Browse files
fix(ahbg): pin sample presentation to exact UCNS geometry source
1 parent bcb3474 commit eecfb7e

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

ahbg/presentation/sample_snapshot.json

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,33 @@
33
"standing": "not-mechanics",
44
"plane_id": "plane-0",
55
"turn": 1,
6+
"geometry_source": {
7+
"repository": "The-Interdependency/ucns",
8+
"commit": "1975fe70cf4e0826a8020c2da3047569e277af64",
9+
"module": "src/ucns/mobius_seed.py",
10+
"schema_id": "ucns.mobius-seed-of-life",
11+
"schema_version": "0.1.0",
12+
"projection_id": "seed-of-life-seven-equal-circles",
13+
"selection_effect": "none"
14+
},
615
"tiles": [
7-
{"id": "c", "q": 0, "r": 0, "label": "origin"},
8-
{"id": "ne", "q": 1, "r": -1, "label": "ne"},
9-
{"id": "e", "q": 1, "r": 0, "label": "e"},
10-
{"id": "se", "q": 0, "r": 1, "label": "se"},
11-
{"id": "sw", "q": -1, "r": 1, "label": "sw"},
12-
{"id": "w", "q": -1, "r": 0, "label": "w"},
13-
{"id": "nw", "q": 0, "r": -1, "label": "nw"}
16+
{"id": "CENTER", "source_slot": "CENTER", "x": 0.0, "y": 0.0, "label": "origin"},
17+
{"id": "RING_0", "source_slot": "RING_0", "x": 1.0, "y": 0.0, "label": "ring 0"},
18+
{"id": "RING_1", "source_slot": "RING_1", "x": 0.5, "y": 0.8660254037844386, "label": "ring 1"},
19+
{"id": "RING_2", "source_slot": "RING_2", "x": -0.5, "y": 0.8660254037844386, "label": "ring 2"},
20+
{"id": "RING_3", "source_slot": "RING_3", "x": -1.0, "y": 0.0, "label": "ring 3"},
21+
{"id": "RING_4", "source_slot": "RING_4", "x": -0.5, "y": -0.8660254037844386, "label": "ring 4"},
22+
{"id": "RING_5", "source_slot": "RING_5", "x": 0.5, "y": -0.8660254037844386, "label": "ring 5"}
1423
],
1524
"units": [
16-
{"id": "A0", "tile": "ne", "label": "A0"}
25+
{"id": "A0", "tile": "RING_0", "label": "A0"}
1726
],
18-
"selected_tile": "ne",
27+
"selected_tile": "RING_0",
1928
"motions": [
20-
{"unit": "A0", "from": "c", "to": "ne"}
29+
{"unit": "A0", "from": "CENTER", "to": "RING_0"}
2130
],
2231
"feed": [
2332
{"turn": 0, "text": "plane loaded; A0 at origin"},
24-
{"turn": 1, "text": "A0 trace origin to ne"}
33+
{"turn": 1, "text": "A0 trace CENTER to RING_0"}
2534
]
2635
}

0 commit comments

Comments
 (0)