Commit 5f53566
authored
chore: update
### Summary
I noticed some changes in `package-lock.json` after running `npm
install` so here I just deleted `package-lock.json` and started fresh
with a new one.
This results in some additional updates packages but tests pass and
examples work.
Edit: updates to gl-matrix and TypeScript resulted in some new warnings,
which are also resolved here. Notably the `mat4.invert` return type now
(correctly) indicates it can return `null` for non-invertible matrices.
All our transforms should be (better be!) invertible.package-lock.json after repo flattening (#645)1 parent 72f69f8 commit 5f53566
7 files changed
Lines changed: 2353 additions & 1894 deletions
File tree
- src
- core
- data/zarr
- objects/cameras
- renderers
- test
0 commit comments