This commit is contained in:
spencerfolk
2023-03-15 15:38:14 -04:00
commit 4d7fca10e4
62 changed files with 5891 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"bounds": {"extents": [-7.5, 7.5, -10, 10, -0.5, 3]},
"blocks": [
{"extents": [-1.25, -1, -0.125, 0.125, -0.5, 3.0], "color": [0, 1, 0]},
{"extents": [1, 1.25, -0.125, 0.125, -0.5, 3.0], "color": [1, 0, 0]},
{"extents": [-0.5, 0.5, -1.5, 1.5, -0.5, 3.0], "color": [0, 0, 1]}
]
}