@kitware/vtk.js 26.6.0 → 26.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -305,8 +305,6 @@ function vtkOpenGLHardwareSelector(publicAPI, model) {
305
305
 
306
306
  model._openGLRenderWindow.traverseAllPasses();
307
307
 
308
- model._renderer.setPreserveDepthBuffer(true);
309
-
310
308
  if (originalBlending) {
311
309
  gl.enable(gl.BLEND);
312
310
  }
@@ -320,8 +318,6 @@ function vtkOpenGLHardwareSelector(publicAPI, model) {
320
318
  model._openGLRenderer.setSelector(null);
321
319
 
322
320
  model.framebuffer.restorePreviousBindingsAndBuffers();
323
-
324
- model._renderer.setPreserveDepthBuffer(false);
325
321
  };
326
322
 
327
323
  publicAPI.preCapturePass = function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "26.6.0",
3
+ "version": "26.6.1",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",