optigami / env /targets /half_horizontal.fold
sissississi's picture
Revert "Add 3D folded vertex positions to all 8 target .fold files"
8c791eb
raw
history blame contribute delete
570 Bytes
{
"vertices_coords": [
[0.0, 0.0],
[1.0, 0.0],
[1.0, 1.0],
[0.0, 1.0],
[0.0, 0.5],
[1.0, 0.5]
],
"edges_vertices": [
[0, 1],
[1, 5],
[5, 2],
[2, 3],
[3, 4],
[4, 0],
[4, 5]
],
"edges_assignment": [
"B",
"B",
"B",
"B",
"B",
"B",
"V"
],
"edges_foldAngle": [
0,
0,
0,
0,
0,
0,
-180
],
"faces_vertices": [
[0, 1, 5, 4],
[4, 5, 2, 3]
],
"level": 1,
"description": "One valley fold along y=0.5, folding the paper in half horizontally"
}