Skip to content

Releases: Kitware/vtk-js

v32.6.0

06 Nov 19:41
Compare
Choose a tag to compare

32.6.0 (2024-11-06)

Bug Fixes

  • ImageMapper: blend against black, not cyan (8c73b70)
  • ImageMapper: handle SlicingMode.NONE (2e4c5e4)
  • ImageMapper: label outlines with I/J slicing (cde9a92)
  • ImageMapper: unstable resource reference (46424dc)
  • RenderWindowInteractor: export interface IPosition (1ca5ba1)

Features

v33.0.0-beta.1

29 Oct 16:10
04ece80
Compare
Choose a tag to compare
v33.0.0-beta.1 Pre-release
Pre-release

33.0.0-beta.1 (2024-10-29)

Bug Fixes

  • Check if cached opacity texture is deleted (533797c)
  • Fix typescript (4a51712)
  • Fix update of color and opacity textures (111f193)
  • imagereslicemapper: be less sensitive for "snapping" to nearest orthogonal axis (68acd11)
  • VolumeMapper: Use the right volume property for texture creation (5f29c73)

Code Refactoring

  • Move VolumeMapper rendering properties in VolumeProperty (6bc4642)

Features

  • Add multi property handling to the volume actor (22db7b4)
  • Add multi-image support for components to ImageResliceMapper (b5707df)
  • Multi component using volumes (4c9103a)

BREAKING CHANGES

  • getTransferFunctionHash becomes getTransferFunctionsHash
    It takes a list of functions as argument instead of a single function
    Also ImageResliceMapper doesn't wieght color using mix.
  • the volume mapper fragment shader is very different.
    This can cause shader replacements to break.
    refactor: Use the right matrices in volume FS shader
  • Move vtkVolumeMapper's properties related to rendering in vtkVolumeProperty.
    Add a clear error message for these widely used methods.
    This is part of the MultiVolumeMapper feature.

v32.5.1

25 Oct 21:11
Compare
Choose a tag to compare

32.5.1 (2024-10-25)

Bug Fixes

  • imagereslicemapper: be less sensitive for "snapping" to nearest orthogonal axis (c962c49)

v32.5.0

21 Oct 21:04
Compare
Choose a tag to compare

32.5.0 (2024-10-21)

Features

v32.4.0

21 Oct 17:39
Compare
Choose a tag to compare

32.4.0 (2024-10-21)

Features

  • vtkGCodeReader: add vtkGCodeReader (c7971eb), closes #3149

v32.3.2

08 Oct 15:14
Compare
Choose a tag to compare

32.3.2 (2024-10-08)

Bug Fixes

  • CoincidentTopologyHelper: add no op modified function (4691eea)

v32.3.1

04 Oct 14:19
Compare
Choose a tag to compare

32.3.1 (2024-10-04)

Bug Fixes

  • RenderWindow: Fix screenshots with scaling or size argument (9ab7ac8)

v32.3.0

30 Sep 14:58
Compare
Choose a tag to compare

32.3.0 (2024-09-30)

Features

  • ImageSlice: add forceOpacity and forceTransparent (49bf5c8), closes #3126

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)