@kitware/vtk.js 24.2.0 → 24.2.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.
@@ -212,7 +212,7 @@ function vtkOpenGLOrderIndependentTranslucentPass(publicAPI, model) {
212
212
  return translucentShaderReplacement;
213
213
  }
214
214
 
215
- return {};
215
+ return null;
216
216
  };
217
217
 
218
218
  publicAPI.releaseGraphicsResources = function (viewNode) {
package/index.d.ts CHANGED
@@ -135,8 +135,8 @@
135
135
  /// <reference path="./Rendering/Misc/SynchronizableRenderWindow.d.ts" />
136
136
  /// <reference path="./Rendering/Misc/TextureLODsDownloader.d.ts" />
137
137
  /// <reference path="./Rendering/OpenGL/RenderWindow.d.ts" />
138
- /// <reference path="./Rendering/SceneGraph/RenderPass.d.ts" />
139
138
  /// <reference path="./Rendering/SceneGraph/ViewNode.d.ts" />
139
+ /// <reference path="./Rendering/SceneGraph/RenderPass.d.ts" />
140
140
  /// <reference path="./Rendering/SceneGraph/ViewNodeFactory.d.ts" />
141
141
  /// <reference path="./Widgets/Manipulators/LineManipulator.d.ts" />
142
142
  /// <reference path="./Widgets/Manipulators/PlaneManipulator.d.ts" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "24.2.0",
3
+ "version": "24.2.1",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",