Skip to content

Commit

Permalink
chore: add missing demo data files, move to their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Dec 21, 2023
1 parent ee5db7f commit 47112ee
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 0 deletions.
File renamed without changes.
130 changes: 130 additions & 0 deletions data/hexeract-q1q4-q2q5-q3q6.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
{
"dimension": 6,
"rotations": [
[
2,
4,
0.0,
0.0
],
[
0,
5,
0.0,
0.0
],
[
0,
3,
0.0,
0.5
],
[
0,
2,
0.0,
0.0
],
[
1,
2,
0.0,
0.0
],
[
4,
5,
0.0,
0.0
],
[
0,
4,
0.0,
0.0
],
[
3,
4,
0.0,
0.0
],
[
0,
1,
0.0,
0.0
],
[
1,
4,
0.0,
0.5
],
[
1,
5,
0.0,
0.0
],
[
2,
3,
0.0,
0.0
],
[
3,
5,
0.0,
0.0
],
[
1,
3,
0.0,
0.0
],
[
2,
5,
0.0,
0.5
]
],
"edge_thickness": 0.01,
"edge_color": {
"Rgba": {
"red": 0.7178345,
"green": 0.78749025,
"blue": 1.0,
"alpha": 1.0
}
},
"face_color": {
"Rgba": {
"red": 0.0,
"green": 0.488874,
"blue": 1.0,
"alpha": 0.1
}
},
"camera_transform": {
"translation": [
-0.74925226,
0.27809846,
2.683525
],
"rotation": [
-0.04926184,
-0.13554753,
-0.0067480234,
0.98952246
],
"scale": [
1.0,
1.0,
1.0
]
}
}
100 changes: 100 additions & 0 deletions data/penteract-q1q4-q3q5.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"dimension": 5,
"rotations": [
[
2,
4,
0.0,
0.5
],
[
1,
3,
0.0,
0.0
],
[
1,
2,
0.0,
0.0
],
[
0,
4,
0.0,
0.0
],
[
2,
3,
0.0,
0.0
],
[
0,
3,
0.0,
0.5
],
[
1,
4,
0.0,
0.0
],
[
0,
1,
0.0,
0.0
],
[
0,
2,
0.0,
0.0
],
[
3,
4,
0.0,
0.0
]
],
"edge_thickness": 0.01,
"edge_color": {
"Rgba": {
"red": 1.0,
"green": 0.47197956,
"blue": 0.17405558,
"alpha": 1.0
}
},
"face_color": {
"Rgba": {
"red": 0.784139,
"green": 0.4918605,
"blue": 0.26493117,
"alpha": 0.1
}
},
"camera_transform": {
"translation": [
-2.2558422,
0.86525184,
1.4151
],
"rotation": [
-0.1368877,
-0.47808498,
-0.07572165,
0.8642701
],
"scale": [
1.0,
1.0,
1.0
]
}
}
100 changes: 100 additions & 0 deletions data/penteract-q4q5.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"dimension": 5,
"rotations": [
[
2,
3,
0.0,
0.0
],
[
0,
3,
0.0,
0.0
],
[
1,
3,
0.0,
0.0
],
[
1,
4,
0.0,
0.0
],
[
3,
4,
0.0,
0.5
],
[
0,
4,
0.0,
0.0
],
[
1,
2,
0.0,
0.0
],
[
0,
1,
0.0,
0.0
],
[
0,
2,
0.0,
0.0
],
[
2,
4,
0.0,
0.0
]
],
"edge_thickness": 0.01,
"edge_color": {
"Rgba": {
"red": 1.0,
"green": 0.47197956,
"blue": 0.17405558,
"alpha": 1.0
}
},
"face_color": {
"Rgba": {
"red": 0.784139,
"green": 0.49186048,
"blue": 0.26493114,
"alpha": 0.1
}
},
"camera_transform": {
"translation": [
-2.2558422,
0.86525184,
1.4151
],
"rotation": [
-0.1368877,
-0.47808498,
-0.07572165,
0.8642701
],
"scale": [
1.0,
1.0,
1.0
]
}
}

0 comments on commit 47112ee

Please sign in to comment.