Skip to content

Releases: Kitware/vtk-js

v6.2.9

16 Feb 20:14
a2523b7

Choose a tag to compare

6.2.9 (2018-02-16)

Bug Fixes

  • CubeSource: Added rotations to the CubeSource (12681ad)
  • CubeSource: Change buildFromRadian to buildFromDegree for rotations (97b7993)
  • macro: Allow proxies to become active via .activate() (2ca3e50)
  • ProxyManager: Allow activateOnCreate in manager config (70aa5a3)
  • ProxyManager: Support overriding proxy definition of activateOnCreate (2603644)

v6.2.7

14 Feb 16:53
16befbb

Choose a tag to compare

6.2.7 (2018-02-14)

Bug Fixes

  • AbstractRepresentationProxy: Allow dynamic link registration (28f40b2)
  • InteractorStyleManipulator: properly register animation requesters (357f038)
  • RenderWindow: Don't count primitives of not visible props (9679fdd)

v6.2.6

14 Feb 00:11
f345a47

Choose a tag to compare

6.2.6 (2018-02-14)

Bug Fixes

  • FPSMonitor: Guard possible invalid call (6048c7c)
  • GlyphRepresentationProxy: Add glyph representation proxy (673f359)
  • JSONReader: Add basic JSON reader as vtkAlgo (10a82ea)
  • SourceProxy: Properly capture data type with algo (ee3ffd8)

v6.2.5

13 Feb 17:17
df20084

Choose a tag to compare

6.2.5 (2018-02-13)

Bug Fixes

  • FPSMonitor: Allow add-on stats (0ad7a90)

v6.2.4

13 Feb 16:17
4994b23

Choose a tag to compare

6.2.4 (2018-02-13)

Bug Fixes

  • ITKHelper: Forgot default arg for options (b100e99)
  • ITKHelper: Ignore pixel types we cannot handle (e6d1f2d)

v6.2.3

13 Feb 15:42
9ef5815

Choose a tag to compare

6.2.3 (2018-02-13)

Bug Fixes

  • FPSMonitor: Add more API for UI control (8cbe543)
  • URLExtract: Add support for array (5d54e7d)

Performance Improvements

  • OrientationMarkerWidget: Guard updateMarkerOrientation when no change (4428d92)

v6.2.2

13 Feb 01:04
c4c74c1

Choose a tag to compare

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)

v6.2.1

12 Feb 15:42
5c77a5a

Choose a tag to compare

6.2.1 (2018-02-12)

Performance Improvements

  • Math: Create and use arrayMin and arrayMax (47d4061)
  • PiecewiseGaussianWidget: Replace forEach with for loop in setDataArray (5e6a553)

v6.2.0

10 Feb 00:21
fa779a0

Choose a tag to compare

6.2.0 (2018-02-10)

Bug Fixes

  • AbstractRepresentationProxy: expose mapper (d5d08bf)
  • RenderWindowInteractor: only request/cancel (2204e1a)

Features

  • Camera: implement computeClippingRange (35aee8e)
  • ImageMapper: implement getBoundsForSlice (453100e)
  • RenderWindowInteractor: trigger start/endAnimation events (9df6777)
  • RenderWindowInteractor: trigger start/endMouseMove events (0564e3d)

v6.1.0

09 Feb 20:11
c99f7ff

Choose a tag to compare

6.1.0 (2018-02-09)

Bug Fixes

  • getPrimativeCount: Update mappers with correct getPrimativeCount (faaf15d)
  • RenderWindow: Update stats to properly report point numbers (dd7ea6e)

Features

  • FPSMonitor: Add FPS monitor in UI elements (c616be1)