Skip to content

Releases: Kitware/vtk-js

v30.1.2

25 Mar 09:48
Compare
Choose a tag to compare

30.1.2 (2024-03-25)

Bug Fixes

  • picker: opacity test for volume picking (723c19a)

v30.1.1

25 Mar 09:09
Compare
Choose a tag to compare

30.1.1 (2024-03-25)

Bug Fixes

  • VolumeMapper: Fix typo in volume mapper example (7b8b101)

v30.1.0

22 Mar 15:50
Compare
Choose a tag to compare

30.1.0 (2024-03-22)

Bug Fixes

  • 3d interactions: update doc and TS definitions (12d0f63)
  • WebXR: allow double selection with two controllers (60cc0f9)
  • WebXR: various improvements to model selector (fb2ee44)

Features

  • prop3d: add rotateQuaternion and getOrientationQuaternion methods (2199b6c)
  • webxr: add a way to render targetRaySpace of compatible XRInputSources (6e485d2)
  • webxr: add new interactions for HMD XR devices (ac36bd0)
  • webxr: query targetRayPose from XRInputSources and propagate to event handlers (b7cca1a)

v30.0.0

22 Mar 15:02
Compare
Choose a tag to compare

30.0.0 (2024-03-22)

Bug Fixes

  • picker: update doc/definitions related to picking (4cd4052)
  • reslicecursorwidget: fix camera reset on rotation after a camera translation (74494c8)

Code Refactoring

  • picking: move intersectWithLines and friend to protected (3e7f69f)

Features

  • picker: add pick3DPoint public API (32151d7)

BREAKING CHANGES

  • picking: intersectWithLine, intersectActorWithLine and intersectVolumeWithLine from
    vtkPicker, vtkCellPicker and vtkPointPicker no longer belongs to the public API.
  • picker: vtkPicker.intersectWithLine takes 5 parameters instead of 4. The fourth param,
    prop, is not used, so you can pass null.
  • reslicecursorwidget: ResliceCursorWidget.interactionEvent has been modified

v29.11.2

22 Mar 12:15
Compare
Choose a tag to compare

29.11.2 (2024-03-22)

Bug Fixes

  • ImageCPRMapper: Fix projection slab thickness unit (7a0adb4)

v29.11.1

22 Mar 07:25
Compare
Choose a tag to compare

29.11.1 (2024-03-22)

Bug Fixes

  • vtkStringArray: add empty: true to newClone implementation (f95f353)

v29.11.0

21 Mar 19:46
Compare
Choose a tag to compare

29.11.0 (2024-03-21)

Features

  • AxesActor: add option to flip axes individually (18cf0e4)

v29.10.0

20 Mar 19:14
Compare
Choose a tag to compare

29.10.0 (2024-03-20)

Bug Fixes

  • Colors: fix UInt8Clamped array color definition (bfa31f7)

Features

  • VolumeMapper: Add forceNearestInterpolation (7317248)
  • VolumeMapper: Add sphere volume (c7ba534)

v29.9.1

19 Mar 21:15
Compare
Choose a tag to compare

29.9.1 (2024-03-19)

Bug Fixes

  • imagemapper: change slice interaction to use window size instead of viewport (3b712c4)
  • OrderIndependentTranslucentPass: revert size (2f85a5e)

v29.9.0

15 Mar 09:48
Compare
Choose a tag to compare

29.9.0 (2024-03-15)

Bug Fixes

  • volumeFS: Fix tColor and reformat (eb13cd8)
  • VolumeMapper: Custom code changes will rebuild shader (a4fe272)

Features

  • VolumeMapper: Add colorize color preset (f17841c)
  • VolumeMapper: Add colorMixPresets to the example (5359685)
  • volumeMapper: Add custom color mixing code (263a0b4)
  • volumeMapper: Make VolumeMapper inherit AbstractMapper3D (53b38b2)