Skip to content

Commit 4e8c3ee

Browse files
committed
new module with mocks and baseline image
1 parent 72ba096 commit 4e8c3ee

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"gl-contour2d": "^1.1.4",
7575
"gl-error3d": "^1.0.7",
7676
"gl-heatmap2d": "^1.0.4",
77-
"gl-line3d": "git://github.com/gl-vis/gl-line3d.git#dfbd94f4290d30097c9b7c9f36d2a241732124c0",
77+
"gl-line3d": "git://github.com/gl-vis/gl-line3d.git#33b9e850de754cde38d859328ae562125edc90f2",
7878
"gl-mat4": "^1.2.0",
7979
"gl-mesh3d": "^2.0.0",
8080
"gl-plot2d": "^1.3.1",
39.4 KB
Loading
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter3d",
5+
"mode": "lines",
6+
"line": {"width": 40},
7+
"x":[2,1,0.9659258262890683,0.8660254037844387,0.7071067811865476,0.5000000000000001,0.25881904510252074,6.123233995736766e-17,-0.25881904510252085,-0.4999999999999998,-0.7071067811865475,-0.8660254037844387,-0.9659258262890682,-1,-0.9659258262890684,-0.8660254037844386,-0.7071067811865477,-0.5000000000000004,-0.25881904510252063,-1.8369701987210297e-16,0.25881904510252113,0.5000000000000001,0.7071067811865474,0.8660254037844384,0.9659258262890683,1],
8+
"y":[0,0,0.25881904510252074,0.49999999999999994,0.7071067811865475,0.8660254037844386,0.9659258262890683,1,0.9659258262890683,0.8660254037844387,0.7071067811865476,0.49999999999999994,0.258819045102521,1.2246467991473532e-16,-0.25881904510252035,-0.5000000000000001,-0.7071067811865475,-0.8660254037844385,-0.9659258262890683,-1,-0.9659258262890682,-0.8660254037844386,-0.7071067811865477,-0.5000000000000004,-0.2588190451025207,0],
9+
"z":[-1,0,0.2617993877991494,0.5235987755982988,0.7853981633974483,1.0471975511965976,1.3089969389957472,1.5707963267948966,1.8325957145940461,2.0943951023931953,2.356194490192345,2.6179938779914944,2.8797932657906435,3.141592653589793,3.4033920413889422,3.6651914291880923,3.9269908169872414,4.1887902047863905,4.4505895925855405,4.71238898038469,4.97418836818384,5.235987755982989,5.497787143782138,5.759586531581287,6.021385919380437,6.283185307179586]
10+
}
11+
],
12+
"layout": {
13+
"width": 400,
14+
"height": 800,
15+
"scene": {
16+
"camera": {
17+
"eye": {
18+
"x": 1.5,
19+
"y": 0.0,
20+
"z": -1.5
21+
},
22+
"center": {
23+
"x": 0.0,
24+
"y": 0.0,
25+
"z": 0.0
26+
},
27+
"up": {
28+
"x": 0.0,
29+
"y": 0.0,
30+
"z": 1.0
31+
}
32+
},
33+
"xaxis": {
34+
"title": "<==X.X==>"
35+
},
36+
"yaxis": {
37+
"title": "<==Y.Y==>"
38+
},
39+
"zaxis": {
40+
"title": "<==Z.Z==>"
41+
}
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)