Releases: Kitware/vtk-js
Releases · Kitware/vtk-js
v32.1.1
32.1.1 (2024-09-05)
Bug Fixes
- examples: Fix wrong center computation from bounding box (1afca48)
- force half float in texture if it's exact and OES_texture_float_linear is not available (1166815)
- use correct name for enableUseHalfFloat (0a4d8ab)
v32.1.0
32.1.0 (2024-08-14)
Bug Fixes
- volumeMapper: code readability when computed scale is not available (4463a59)
Features
- Add GPU resource sharing to the ImageCPRMapper (74326c9)
- OpenGLTexture: add setUseHalfFloat method (c65bbf6)
- refactor code to enable direct usage of create3DFromRaw (5820f97)
v32.0.1
32.0.1 (2024-08-09)
Bug Fixes
- Fix hardware selector high pass (e9fcb11)
v32.0.0
32.0.0 (2024-08-06)
Bug Fixes
- Change texture coordinates cache behavior (bbfd897)
Features
- cellDataColors: Use 3D textures when needed for cell data colors (a72b8ef)
BREAKING CHANGES
- cellDataColors: Removed
mapScalarsToTexture
from the public API.
v31.2.0
31.2.0 (2024-08-01)
Bug Fixes
- CoincidentTopologyHelper: simplified types (00032d9)
- make use of the vtkImageOutline for the projection blend mode (430d5ed)
- Mapper: coincident setters support obj param (a1e7f4b)
- Mapper: resolveCoincidentTopology is not bool (8e87893)
Features
- macro: object setter supports param list (00a1104)
- rendering: Add MIP_LABELMAP_BLEND to BlendMode (5252f9d)
v31.1.0
31.1.0 (2024-07-31)
Bug Fixes
- RCW: Fix scaling of lines and improve example (ca3e1a8)
Features
- LineHandleRepresentation: Add hole width property (d1efcee)
v31.0.5
31.0.5 (2024-07-30)
Bug Fixes
- OBJReader: Add support for negative indices (8b20331)
v31.0.3
31.0.3 (2024-07-23)
Bug Fixes
- LineWidget: onModified memory leak (1301776)
v31.0.2
31.0.2 (2024-07-17)
Bug Fixes
- sharedRenderWindow: Fix rendering when picking with hardware selector (3ddf8aa)