Skip to content

Releases: Kitware/vtk-js

v32.2.0

19 Sep 08:05
Compare
Choose a tag to compare

32.2.0 (2024-09-19)

Features

  • Add WebXR to default Rendering export (bde580a)

v32.1.2

11 Sep 20:33
Compare
Choose a tag to compare

32.1.2 (2024-09-11)

Bug Fixes

  • Calculator: exception on undefined input data (cc47b18)
  • SurfaceLIC: guard against undefined framebuf (8057859)

v32.1.1

05 Sep 20:29
Compare
Choose a tag to compare

32.1.1 (2024-09-05)

Bug Fixes

  • examples: Fix wrong center computation from bounding box (1afca48)
  • force half float in texture if it's exact and OES_texture_float_linear is not available (1166815)
  • use correct name for enableUseHalfFloat (0a4d8ab)

v32.1.0

14 Aug 09:08
Compare
Choose a tag to compare

32.1.0 (2024-08-14)

Bug Fixes

  • volumeMapper: code readability when computed scale is not available (4463a59)

Features

  • Add GPU resource sharing to the ImageCPRMapper (74326c9)
  • OpenGLTexture: add setUseHalfFloat method (c65bbf6)
  • refactor code to enable direct usage of create3DFromRaw (5820f97)

v32.0.1

09 Aug 13:13
Compare
Choose a tag to compare

32.0.1 (2024-08-09)

Bug Fixes

  • Fix hardware selector high pass (e9fcb11)

v32.0.0

06 Aug 08:50
Compare
Choose a tag to compare

32.0.0 (2024-08-06)

Bug Fixes

  • Change texture coordinates cache behavior (bbfd897)

Features

  • cellDataColors: Use 3D textures when needed for cell data colors (a72b8ef)

BREAKING CHANGES

  • cellDataColors: Removed mapScalarsToTexture from the public API.

v31.2.0

01 Aug 17:56
Compare
Choose a tag to compare

31.2.0 (2024-08-01)

Bug Fixes

  • CoincidentTopologyHelper: simplified types (00032d9)
  • make use of the vtkImageOutline for the projection blend mode (430d5ed)
  • Mapper: coincident setters support obj param (a1e7f4b)
  • Mapper: resolveCoincidentTopology is not bool (8e87893)

Features

  • macro: object setter supports param list (00a1104)
  • rendering: Add MIP_LABELMAP_BLEND to BlendMode (5252f9d)

v31.1.0

31 Jul 12:35
Compare
Choose a tag to compare

31.1.0 (2024-07-31)

Bug Fixes

  • RCW: Fix scaling of lines and improve example (ca3e1a8)

Features

  • LineHandleRepresentation: Add hole width property (d1efcee)

v31.0.5

30 Jul 18:18
Compare
Choose a tag to compare

31.0.5 (2024-07-30)

Bug Fixes

  • OBJReader: Add support for negative indices (8b20331)

v31.0.4

30 Jul 11:50
Compare
Choose a tag to compare

31.0.4 (2024-07-30)

Bug Fixes