@kitware/vtk.js 29.1.0 → 29.1.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.
@@ -9,6 +9,8 @@ import '../../Common/Core/DataArray.js';
9
9
  import '../../Common/DataModel/PolyData.js';
10
10
  import '../Core/Actor.js';
11
11
  import '../Core/Mapper.js';
12
+ import '../OpenGL/RenderWindow.js';
13
+ import '../WebGPU/RenderWindow.js';
12
14
 
13
15
  // Process arguments from URL
14
16
  const userParams = vtkURLExtract.extractURLParameters();
@@ -60,6 +60,7 @@ function vtkOpenGLVolume(publicAPI, model) {
60
60
  } else {
61
61
  mat3.fromMat4(model.normalMatrix, model.MCWCMatrix);
62
62
  mat3.invert(model.normalMatrix, model.normalMatrix);
63
+ mat3.transpose(model.normalMatrix, model.normalMatrix);
63
64
  }
64
65
  model.keyMatrixTime.modified();
65
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "29.1.0",
3
+ "version": "29.1.1",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",