Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Kitware/vtk-js

Tags

v34.14.0

Toggle v34.14.0's commit message
feat(TransformControlsWidget): add select in example

v34.13.2

Toggle v34.13.2's commit message
fix(ViewStream): handle unmount during image decode

v34.13.1

Toggle v34.13.1's commit message
fix(Mapper): add BigInt support in Mapper and Mapper2D

v34.13.0

Toggle v34.13.0's commit message
feat(CleanPolyData): add vtkCleanPolyData

v34.12.0

Toggle v34.12.0's commit message
docs(examples): add TransformControls link

v34.11.3

Toggle v34.11.3's commit message
fix(interactorstylemprslice): fix getSliceRange when input image has …

…orientation matrix

getBounds() rotates the extent, however it produces new corner points. Those new corner points were
used to compute the slice range along the slice normal . Instead we keep the original extent corner
points to apply the image direction along the slice normal.

v34.11.2

Toggle v34.11.2's commit message
fix(ImageData): More accurate update events for transforms

v34.11.1

Toggle v34.11.1's commit message
refactor(cell): cleanup vtkCell bounds usage

Expose a convenient vtkBoundingBox::getDiagonalLength2() function

v34.11.0

Toggle v34.11.0's commit message
feat(MergePoint): add vtkMergePoints

v34.10.0

Toggle v34.10.0's commit message
feat(Planes): add vtkPlanes