Skip to content

Tags: Kitware/vtk-js

Tags

v36.4.1

Toggle v36.4.1's commit message
perf(camera): build view matrix directly into out buffer

Avoids getViewMatrix using the module-private tmpMatrix as scratch and also lets
callers pass that same tmpMatrix in as the output buffer, which required
a `result != tmpMatrix` guard and a "out can be tmpMatrix" caveat.

v36.4.0

Toggle v36.4.0's commit message
docs(examples): add LabelmapEdgeProjectionReslice gallery screenshot

v36.3.0

Toggle v36.3.0's commit message
feat(camera): add getViewMatrix output buffer

v36.2.4

Toggle v36.2.4's commit message
fix(interaction): catch pointerlock failures

The catch handler silently handles pointer lock failures allowing interaction to proceed without
causing application level disruption

v36.2.3

Toggle v36.2.3's commit message
fix(build): remove globalthis deps

@emnapi/core & @emnapi/runtime deps are temporary
until the tooling deps are fixed.
napi-rs/napi-rs#3174

v36.2.2

Toggle v36.2.2's commit message
fix(examples): remove unused vtk-root element

Remove unused vtk-root element from generated examples HTML

v36.2.1

Toggle v36.2.1's commit message
fix(build): support node polyfills

fixes #3529

v36.2.0

Toggle v36.2.0's commit message
feat(property2d): add explicit culling API to vtkProperty2D

v36.1.2

Toggle v36.1.2's commit message
fix(Rendering): do not report missing profile for widgets

fixes #3524

v36.1.1

Toggle v36.1.1's commit message
fix(build): upgrade xmlbuilder2 to v4.0.3