Skip to content

Releases: Kitware/vtk-js

v35.14.0

04 May 17:12

Choose a tag to compare

35.14.0 (2026-05-04)

Features

  • WebGPU: add attribute id support to hardware selection (4fadbe0)
  • WebGPU: Depth only / zbuffer pass support in CellArrayMapper (3360fdf)
  • WebGPU: sample ORM/RM textures once (a200ea2)
  • WebGPU: support scalars at cells in CellArrayMapper (e626aed)

v35.13.0

04 May 12:45

Choose a tag to compare

35.13.0 (2026-05-04)

Bug Fixes

  • Glyph3DMapper: avoid zero-sized glyph SSBO bindings (77984e2)

Features

  • ImageCPRMapper: add ImageCPRMapper in WebGPU (d64729e)
  • ImageCPRMapper: add ImageCPRMapper in WebGPU (93cfdb6)

v35.12.1

04 May 07:43

Choose a tag to compare

35.12.1 (2026-05-04)

Bug Fixes

  • CylinderSource: generate correct normals for directed cylinders (839d654)

v35.12.0

04 May 07:00

Choose a tag to compare

35.12.0 (2026-05-04)

Bug Fixes

  • vtkWebGPUBackground: background is RGB (3cfb56b)

Features

  • CutterMapper: add vtkCutterMapper (5394ac3), closes #1967
  • WebGPU: add vtkSkybox (d4f05f5)
  • WebGPU: add vtkWebGPUBackground (c6a193d)
  • WebGPU: implement device.lost handler (fca3b9f)

v35.11.2

30 Apr 07:26

Choose a tag to compare

35.11.2 (2026-04-30)

Bug Fixes

  • ImageResliceMapper: normalize slab sampling direction (dfbee4c)

v35.11.1

28 Apr 14:56

Choose a tag to compare

35.11.1 (2026-04-28)

Bug Fixes

  • Convolution2DPass: fix default kernel size (d296bd3)

v35.11.0

23 Apr 19:51

Choose a tag to compare

35.11.0 (2026-04-23)

Features

  • DataArray: add preserveTypedArrays option to getState() (a11970d)

v35.10.1

22 Apr 08:09

Choose a tag to compare

35.10.1 (2026-04-22)

Bug Fixes

  • ContourTriangulator: preserve oriented contour normals for x-axis (67d3a3c), closes #3243

v35.10.0

21 Apr 06:45

Choose a tag to compare

35.10.0 (2026-04-21)

Features

  • WebGPU: add clipping plane support for polydata, volume and image (7fbc87a)
  • WebGPU: implement subimage texture upload (cc8a76e)

v35.9.0

20 Apr 06:38

Choose a tag to compare

35.9.0 (2026-04-20)

Features

  • vtkProperty: add vtkProperty edgeOpacity (2a14752), closes #3461