Skip to content

Commit 2ff6351

Browse files
committed
fixed orthographic scales
1 parent 9a24b69 commit 2ff6351

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"gl-mat4": "^1.2.0",
8181
"gl-mesh3d": "^2.0.7",
8282
"gl-plot2d": "^1.4.2",
83-
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#b3dd57344dbf81b92aad06d69c0d7d8c22e9c7e5",
83+
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#f15f05c7a4a1c3443c1787724c8c765e37c634e6",
8484
"gl-pointcloud2d": "^1.0.2",
8585
"gl-scatter3d": "^1.1.6",
8686
"gl-select-box": "^1.0.3",

test/image/mocks/gl3d_isosurface_9more-surfaces_between-ranges_orthographic.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2638,19 +2638,19 @@
26382638
"height": 900,
26392639
"scene": {
26402640
"aspectratio": {
2641-
"x": 1.3,
2642-
"y": 1.3,
2643-
"z": 1
2641+
"x": 1.5,
2642+
"y": 1.5,
2643+
"z": 1.5
26442644
},
26452645
"xaxis": { "nticks": 12 },
26462646
"yaxis": { "nticks": 12 },
26472647
"zaxis": { "nticks": 12 },
26482648
"camera": {
26492649
"projection": { "type": "orthographic" },
26502650
"eye": {
2651-
"x": 1.5,
2652-
"y": 2.5,
2653-
"z": -0.5
2651+
"x": 0.5,
2652+
"y": 0.4,
2653+
"z": -0.3
26542654
},
26552655
"center": {
26562656
"x": 0,

0 commit comments

Comments
 (0)