You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.