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.
1 parent 902412d commit 8af1491Copy full SHA for 8af1491
src/components/VtkThreeView.vue
@@ -249,7 +249,7 @@ function useCvrEffect(
249
(dataRange[1] - dataRange[0]) * 0.01
250
);
251
property.setGradientOpacityMinimumOpacity(0, 0.0);
252
- property.setGradientOpacityMinimumOpacity(0, 1.0);
+ property.setGradientOpacityMaximumOpacity(0, 1.0);
253
254
// do not toggle these parameters when animating
255
property.setAmbient(enabled ? ambient_ : DEFAULT_AMBIENT);
0 commit comments