Skip to content

v37.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 11:25
· 17 commits to master since this release

37.0.0 (2026-09-13)

Bug Fixes

  • camera: transpose modelTransformMatrix when composing view matrix (6988e25)
  • Renderer: expand bounds by camera model transform (334ece8)

BREAKING CHANGES

  • camera: setModelTransformMatrix now interprets its argument as gl-matrix column-major,
    consistent with vtkTransform, vtkMatrixBuilder and userMatrix on vtkProp3D — and with what
    index.d.ts already declared (mat4). This is a silent change for anyone who passed a rotation or
    translation and pre-transposed to compensate; pure scales are unaffected.