Skip to content

Releases: Kitware/vtk-js

v5.9.7

18 Dec 23:07
7acd46c
Compare
Choose a tag to compare

<a name"5.9.7">

5.9.7 (2017-12-18)

Bug Fixes

  • AnnotatedCubeActor:
    • Put font family in quotes (fd163695)
    • Camera default looks down -Z direction (715c944a)
    • Correctly copy default object values (93b85951)
    • Add an AnnotatedCubeActor (0edaebcf)
  • Docs: Add new API docs; add small method to OrientationMarkerWidget (5df3710f)
  • OrientationMarkerWidget:
    • Generalize API surface (b1e09e14)
    • Comment out null default values (f3cc160a)
    • Stop listening to interactor when disabled (6efa3c7a)
    • Constants in other file and update example (07d29684)
    • Add OrientationMarkerWidget (2eb93cca)

v5.9.6

14 Dec 22:37
bf89eaa
Compare
Choose a tag to compare

<a name"5.9.6">

5.9.6 (2017-12-14)

Bug Fixes

  • VolumeMapper: Fix typo setWindow() to setOpenGLRenderWindow() (ea3c10fc)

v5.9.5

13 Dec 19:36
b51cce7
Compare
Choose a tag to compare

<a name"5.9.5">

5.9.5 (2017-12-13)

Bug Fixes

  • XMLReader:
    • rename parseArrayBuffer to extractAppendedData (7917bee4)
    • vti/vtp readers expose parseArrayBuffer() (2b1d11a4)

v5.9.4

12 Dec 01:22
bfda1e2
Compare
Choose a tag to compare

<a name"5.9.4">

5.9.4 (2017-12-12)

Bug Fixes

  • Renderfing: glyph fix for some systems (38f1319a)

v5.9.3

12 Dec 00:26
9131f6b
Compare
Choose a tag to compare

<a name"5.9.3">

5.9.3 (2017-12-12)

Bug Fixes

  • 3DManipulator: Add support for 3D manipulator for VR (0612113f)
  • Glyph3DMapper: Disable normal for WebGL1 (5f96b820)

v5.9.2

09 Dec 20:11
4b83c03
Compare
Choose a tag to compare

<a name"5.9.2">

5.9.2 (2017-12-09)

Bug Fixes

  • TrackballPan: Fix parallel projection issue (cc102d79)
  • TrackballZoom: Ensure renderer to be found (195417ea)

v5.9.1

08 Dec 17:18
55779b7
Compare
Choose a tag to compare

<a name"5.9.1">

5.9.1 (2017-12-08)

Bug Fixes

v5.9.0

08 Dec 15:19
c237bd3
Compare
Choose a tag to compare

<a name"5.9.0">

5.9.0 (2017-12-08)

Features

  • Rendering: Add initial support for WebVR (10f0c5b0)

v5.8.0

08 Dec 14:22
d4e30bc
Compare
Choose a tag to compare

<a name"5.8.0">

5.8.0 (2017-12-08)

Features

  • TextureMapToSphere: Add the vtkTextureMapToSphere filter (5cd16263)

v5.7.7

07 Dec 21:42
66ed348
Compare
Choose a tag to compare

<a name"5.7.7">

5.7.7 (2017-12-07)

Bug Fixes

  • IO: Move extractBinary to IO/Core/BinaryHelper (ebaa5a7b)
  • XMLReader:
    • Fix reading appended and zlib formats (cb3ce322)
    • Support reading zlib compressed appended format (2a8f3b68)
    • Add appended vtp parsing support (ee79adc0)
    • Basic handling of (U)Int64 arrays (7198e09e)
    • Use TypedArray view rather than slice (76c30747)
    • Add vti appended data format support (397f022c)