Releases: Kitware/vtk-js
Releases · Kitware/vtk-js
v5.9.7
<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
<a name"5.9.6">
5.9.6 (2017-12-14)
Bug Fixes
- VolumeMapper: Fix typo setWindow() to setOpenGLRenderWindow() (ea3c10fc)
v5.9.5
<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
<a name"5.9.4">
5.9.4 (2017-12-12)
Bug Fixes
- Renderfing: glyph fix for some systems (38f1319a)
v5.9.3
<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
<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
<a name"5.9.1">
5.9.1 (2017-12-08)
Bug Fixes
v5.9.0
<a name"5.9.0">
5.9.0 (2017-12-08)
Features
- Rendering: Add initial support for WebVR (10f0c5b0)
v5.8.0
<a name"5.8.0">
5.8.0 (2017-12-08)
Features
- TextureMapToSphere: Add the vtkTextureMapToSphere filter (5cd16263)
v5.7.7
<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)