v30.0.0
github-actions
released this
22 Mar 15:02
·
149 commits
to master
since this release
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