Skip to content

Releases: Kitware/vtk-js

v31.0.1

10 Jul 13:18
Compare
Choose a tag to compare

31.0.1 (2024-07-10)

Bug Fixes

v31.0.0

04 Jul 11:38
Compare
Choose a tag to compare

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

25 Jun 18:24
Compare
Choose a tag to compare

30.10.0 (2024-06-25)

Bug Fixes

  • sharingResources: Fix register and unregister of graphics resources (beb35bb)

Features

  • shareRw: Add garbage collection to shared graphics resources (9905080)

v30.9.3

24 Jun 22:27
Compare
Choose a tag to compare

30.9.3 (2024-06-24)

Bug Fixes

  • Property: get/setShading doesn't exist (5f0ce1d)

v30.9.2

19 Jun 13:08
Compare
Choose a tag to compare

30.9.2 (2024-06-19)

Bug Fixes

  • CABO: Fix cell id in cell cell array buffer object (f3f5f7a)

v30.9.1

18 Jun 15:59
Compare
Choose a tag to compare

30.9.1 (2024-06-18)

Bug Fixes

  • ImageProperty: color + opacity funcs can be null (6d24013)

v30.9.0

18 Jun 09:20
Compare
Choose a tag to compare

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

18 Jun 08:01
Compare
Choose a tag to compare

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

14 Jun 13:47
Compare
Choose a tag to compare

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

13 Jun 13:49
Compare
Choose a tag to compare

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)