Skip to content

Commit cfccbcc

Browse files
authored
Merge pull request #6998 from hborchardt/hborchardt/3d_improve_numerical_stability
Improve numerical stability of 3D projection
2 parents c503634 + 04fcdb6 commit cfccbcc

File tree

82 files changed

+93
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+93
-88
lines changed

draftlogs/6998_fix.md

+2

stackgl_modules/index.js

+17-17
Large diffs are not rendered by default.

stackgl_modules/package-lock.json

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

stackgl_modules/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,22 @@
1313
"box-intersect": "plotly/box-intersect#v1.1.0",
1414
"convex-hull": "^1.0.3",
1515
"delaunay-triangulate": "^1.1.6",
16-
"gl-axes3d": "^1.7.0",
17-
"gl-cone3d": "^1.6.0",
18-
"gl-error3d": "^1.0.16",
16+
"gl-axes3d": "^1.7.1",
17+
"gl-cone3d": "^1.6.1",
18+
"gl-error3d": "^1.0.17",
1919
"gl-heatmap2d": "^1.1.1",
20-
"gl-line3d": "1.2.1",
21-
"gl-mesh3d": "^2.3.1",
20+
"gl-line3d": "^1.2.2",
21+
"gl-mesh3d": "^2.3.2",
2222
"gl-plot2d": "^1.5.0",
2323
"gl-plot3d": "^2.4.7",
2424
"gl-pointcloud2d": "^1.0.3",
25-
"gl-scatter3d": "^1.4.0",
25+
"gl-scatter3d": "^1.4.1",
2626
"gl-select-box": "^1.0.4",
2727
"gl-shader": "4.3.1",
2828
"gl-spikes2d": "^1.0.2",
29-
"gl-streamtube3d": "^1.4.1",
30-
"gl-surface3d": "^1.6.0",
29+
"gl-spikes3d": "^1.0.11",
30+
"gl-streamtube3d": "^1.4.2",
31+
"gl-surface3d": "^1.6.1",
3132
"glslify": "^7.1.1",
3233
"incremental-convex-hull": "plotly/incremental-convex-hull#v1.1.0",
3334
"is-mobile": "^4.0.0",
-27 Bytes

test/image/baselines/gl3d_bunny.png

8 Bytes
10 Bytes
-21 Bytes
27 Bytes
-7 Bytes
0 Bytes
19 Bytes
8 Bytes
-3 Bytes
-53 Bytes
-162 Bytes
-150 Bytes
-1 Bytes
-5 Bytes
-1 Bytes
8 Bytes

test/image/baselines/gl3d_ribbons.png

14 Bytes
-27 Bytes

test/image/baselines/gl3d_snowden.png

1 Byte
8 Bytes
-1 Bytes
-1 Bytes
-64 Bytes
-11 Bytes
1 Byte
16 Bytes
808 Bytes
-14 Bytes
50 Bytes

test/image/baselines/plot_types.png

-2 Bytes
1 Byte

test/image/compare_pixels_test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ for(var i = 0; i < allMockList.length; i++) {
178178
'gl3d_opacity-scaling-spikes',
179179
'gl3d_cone-wind',
180180
'gl3d_isosurface_math',
181-
'gl3d_scatter3d-blank-text'
181+
'gl3d_scatter3d-blank-text',
182+
'gl3d_mesh3d_surface3d_scatter3d_line3d_error3d_log_reversed_ranges'
182183
].indexOf(mockName) !== -1) threshold = 0.7;
183184
}
184185

0 commit comments

Comments
 (0)