Releases: Kitware/vtk-js
Releases · Kitware/vtk-js
v31.0.0
31.0.0 (2024-07-04)
Bug Fixes
- GenericRenderWindow: remove event listeners (7c7ac0b)
- picking: write to depth buffer for translucent pass when picking (792ae36), closes #2800
BREAKING CHANGES
- picking: Applications relying on picked propID would see a difference in the IDs returned by
the hardware selector.
v30.10.0
Bug Fixes
- sharingResources: Fix register and unregister of graphics resources (beb35bb)
Features
- shareRw: Add garbage collection to shared graphics resources (9905080)
v30.9.3
30.9.3 (2024-06-24)
Bug Fixes
- Property: get/setShading doesn't exist (5f0ce1d)
v30.9.2
30.9.2 (2024-06-19)
Bug Fixes
- CABO: Fix cell id in cell cell array buffer object (f3f5f7a)
v30.9.1
30.9.1 (2024-06-18)
Bug Fixes
- ImageProperty: color + opacity funcs can be null (6d24013)
v30.9.0
30.9.0 (2024-06-18)
Bug Fixes
- PolyDataMapper: Update VBO build time even when reusing VBO (b793230)
Features
- Mapper: Always use textures for cell data coloring (3054982)
- PolyDataMapper: Use a texture and texture coordinates for cell colors (abe9269)
v30.8.0
30.8.0 (2024-06-18)
Features
- orientationmarkerwidget: add OrientationMarkerWidget interactiveRenderer property (0333b89)
- vtkinteractiveorientationwidget: add helpers for interactive orientation marker widget usage (ba37932)
- vtkinteractorstyle: add vtkInteractorStyle focusedRenderer property (2137255)
v30.7.1
30.7.1 (2024-06-14)
Bug Fixes
- oglRw: Use the right render window in texture and mappers (ad8fbc6)
- sharedRw: Fix example delete twice render window node (3a44020)
v30.7.0
30.7.0 (2024-06-13)
Bug Fixes
- ViewNode: Delete child in _renderableChildMap when removing a node (f56a523)
Features
- MultiRW: Add example on how to release graphics resources (dd24960)
- RenderWindow: Add methods to remove a child render window (cc14000)