mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
407 B
34 lines
407 B
|
4 years ago
|
type = "6I 3f3f3f 3f3f 6I 3f3f3f 3f3f3f"
|
||
|
|
input = [
|
||
|
|
# 2 2--4
|
||
|
|
# |\ \ |
|
||
|
|
# | \ \|
|
||
|
|
# 0--1 3
|
||
|
|
|
||
|
|
0, 1, 2, 2, 3, 4,
|
||
|
|
|
||
|
|
-10, -10, 10,
|
||
|
|
10, -10, 10,
|
||
|
|
-10, 10, 10,
|
||
|
|
|
||
|
|
10, -10, 10,
|
||
|
|
10, 10, 10,
|
||
|
|
|
||
|
|
# 2 3--5
|
||
|
|
# |\ \ |
|
||
|
|
# | \ \|
|
||
|
|
# 0--1 4
|
||
|
|
|
||
|
|
0, 1, 2, 3, 4, 5,
|
||
|
|
|
||
|
|
-1, -1, 0,
|
||
|
|
1, -1, 0,
|
||
|
|
-1, 1, 0,
|
||
|
|
|
||
|
|
-1, 1, 0,
|
||
|
|
1, -1, 0,
|
||
|
|
1, 1, 0,
|
||
|
|
]
|
||
|
|
|
||
|
|
# kate: hl python
|