globetiles/shapes/octahedron.json
2024-12-18 06:52:39 +01:00

10 lines
279 B
JSON

[
[[0,0,1], [-1,0,0], [0,-1,0]],
[[0,0,1], [0,-1,0], [1,0,0]],
[[0,0,1], [1,0,0], [0,1,0]],
[[0,0,1], [0,1,0], [-1,0,0]],
[[0,0,-1], [-1,0,0], [0,-1,0]],
[[0,0,-1], [0,-1,0], [1,0,0]],
[[0,0,-1], [1,0,0], [0,1,0]],
[[0,0,-1], [0,1,0], [-1,0,0]]
]