Releases: Kitware/vtk-js
Releases · Kitware/vtk-js
v30.4.0
v30.3.3
v30.3.2
v30.3.1
v30.3.0
v30.2.0
v30.1.2
v30.1.1
v30.1.0
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
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