We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c29e81e + 5deae1b commit 165a1aaCopy full SHA for 165a1aa
test/image/baselines/gl3d_tet.png
-3.72 KB
test/image/mocks/gl3d_tet.json
@@ -8,14 +8,23 @@
8
"i":[0, 0, 0, 1],
9
"j":[1, 2, 3, 2],
10
"k":[2, 3, 1, 3],
11
- "facecolors": [
+ "facecolor": [
12
"rgb(0, 0, 0)",
13
"rgb(255, 0, 0)",
14
"rgb(0, 255, 0)",
15
"rgb(0, 0, 255)"
16
]
17
}],
18
"layout": {
19
- "title": "Tetrahedra"
+ "title": "Tetrahedra",
20
+ "scene": {
21
+ "camera": {
22
+ "eye": {
23
+ "x": 1.5,
24
+ "y": -1.5,
25
+ "z": 0.5
26
+ }
27
28
29
}
30
0 commit comments