Skip to content

v6.2.2

Compare
Choose a tag to compare
@jourdain jourdain released this 13 Feb 01:04
· 4231 commits to master since this release
c4c74c1

6.2.2 (2018-02-13)

Bug Fixes

  • ITKHelper: Add ITK to VTK js image converter (fcdae19)
  • ITKHelper: Optionally give a name for image scalars (69ae68b)
  • RenderWindowInteractor: do not share animation requesters (19d1659)
  • RenderWindowInteractor: Don't bind unserializable object on model (f7176bb)

Performance Improvements

  • Math: Avoid Math.min, Math.max in vtkMath.arrayMin, vtkMath.arrayMax (9ef52d7)
  • Math: Use < operator in arrayMax (e9b36ad)