diff --git a/package-lock.json b/package-lock.json index 50012b98e75..2707fc91cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5113,9 +5113,9 @@ } }, "gl-streamtube3d": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gl-streamtube3d/-/gl-streamtube3d-1.1.3.tgz", - "integrity": "sha512-X0b+y7Hdwtp0GYHSbNFfJpizaX5RQ0ZtNvTKcgojnBLntXsiJcyRBT4+neTwEP5HRbordX35nX2AiLHk6SMfnw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gl-streamtube3d/-/gl-streamtube3d-1.2.0.tgz", + "integrity": "sha512-16JFrCb8yOPYrBVMZEgaTmP7I9NRZfBlizaZkKZ2nQpOY+p36WVdDQUqJAJ02/8ZUhjg8YlOzg//8Lk3qPrUzQ==", "requires": { "gl-vec3": "^1.0.0", "glsl-inverse": "^1.0.0", diff --git a/package.json b/package.json index 5df6bd8741c..27d1c103356 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "gl-scatter3d": "^1.2.0", "gl-select-box": "^1.0.3", "gl-spikes2d": "^1.0.2", - "gl-streamtube3d": "^1.1.3", + "gl-streamtube3d": "^1.2.0", "gl-surface3d": "^1.4.2", "gl-text": "^1.1.6", "glslify": "^7.0.0", diff --git a/test/image/baselines/gl3d_cone-with-streamtube.png b/test/image/baselines/gl3d_cone-with-streamtube.png index e8d09434813..e7fdff9ef34 100644 Binary files a/test/image/baselines/gl3d_cone-with-streamtube.png and b/test/image/baselines/gl3d_cone-with-streamtube.png differ diff --git a/test/image/baselines/gl3d_reversescale.png b/test/image/baselines/gl3d_reversescale.png index a6add6eadfa..ab3afea6c4d 100644 Binary files a/test/image/baselines/gl3d_reversescale.png and b/test/image/baselines/gl3d_reversescale.png differ diff --git a/test/image/baselines/gl3d_streamtube-first.png b/test/image/baselines/gl3d_streamtube-first.png index df4de62b34e..534fce5fb40 100644 Binary files a/test/image/baselines/gl3d_streamtube-first.png and b/test/image/baselines/gl3d_streamtube-first.png differ diff --git a/test/image/baselines/gl3d_streamtube-simple.png b/test/image/baselines/gl3d_streamtube-simple.png index c65720d31cf..409bc6e3d11 100644 Binary files a/test/image/baselines/gl3d_streamtube-simple.png and b/test/image/baselines/gl3d_streamtube-simple.png differ diff --git a/test/image/baselines/gl3d_streamtube-thin.png b/test/image/baselines/gl3d_streamtube-thin.png index cb5ef96de9c..ba37b07a089 100644 Binary files a/test/image/baselines/gl3d_streamtube-thin.png and b/test/image/baselines/gl3d_streamtube-thin.png differ diff --git a/test/image/baselines/gl3d_streamtube-wind.png b/test/image/baselines/gl3d_streamtube-wind.png index 46cf76b929b..3bb27be1224 100644 Binary files a/test/image/baselines/gl3d_streamtube-wind.png and b/test/image/baselines/gl3d_streamtube-wind.png differ diff --git a/test/image/baselines/gl3d_streamtube_reversed_ranges.png b/test/image/baselines/gl3d_streamtube_reversed_ranges.png index 3d2d48e379b..2b7bc243c20 100644 Binary files a/test/image/baselines/gl3d_streamtube_reversed_ranges.png and b/test/image/baselines/gl3d_streamtube_reversed_ranges.png differ