Skip to content

Releases: Kitware/vtk-js

v30.4.0

11 Apr 19:43
Compare
Choose a tag to compare

30.4.0 (2024-04-11)

Bug Fixes

  • forwardPass: Only get renderers, not child render windows (6d8c2ff)
  • ViewNode: Register child in renderableChildMap when calling addMissingChildren (df57dbd)
  • volumeMapper: Remove variable that prevented caching (c7488b9)

Features

  • RenderWindow: Add sharing of GPU resources accross render windows (f853aa4)
  • viewNode: Add getLastAncestorOfType method (c1197c3)
  • ViewNode: Return the node in addMissingNode (82e8728)

v30.3.3

11 Apr 19:01
Compare
Choose a tag to compare

30.3.3 (2024-04-11)

Bug Fixes

  • ImageOutline: allow zero outline by hiding it (8084cd4)

v30.3.2

10 Apr 22:36
Compare
Choose a tag to compare

30.3.2 (2024-04-10)

Bug Fixes

  • wslink: relax peer dependency version constraint (b136dd7)

v30.3.1

05 Apr 07:33
Compare
Choose a tag to compare

30.3.1 (2024-04-05)

Bug Fixes

  • cubeaxesactor: resize texture when number of ticks changes (ad7435e)

v30.3.0

04 Apr 09:12
Compare
Choose a tag to compare

30.3.0 (2024-04-04)

Features

  • cubeaxesactor: expose generateTicks() internal function (92ee3a3)

v30.2.0

26 Mar 14:57
Compare
Choose a tag to compare

30.2.0 (2024-03-26)

Features

  • WidgetManager: customize cursor styles (14fabed)

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