9 Commits

Author SHA1 Message Date
Oscar Lorentzon
92f544dde5 feat: event api to delete cluster from graph
Handle deletion in graph.
Remove cluster from spatial on delete.
Unit tests.
2023-05-05 15:57:34 -07:00
Oscar Lorentzon
ed337d8402 fix: update matrices on reset
Ensure that objects are rendered in correct
position after position change.
2023-01-03 15:09:09 -08:00
Oscar Lorentzon
b408b6db23 feat: emit null image on reset
When viewer is reset, no current image is set anymore
so emit null for clarity.
2023-01-03 16:55:13 -05:00
Oscar Lorentzon
9ecdf2fb29 feat: reset moved to id when resetting 2022-12-22 15:37:47 -05:00
Oscar Lorentzon
a4d785a42c feat: emit reference changes before node changes
Ensure that reference is always set before image
to avoid numerical issues when moving large
distances.
2022-12-22 15:37:47 -05:00
Oscar Lorentzon
f8ffd69624 feat: handle current image for data reset 2022-12-22 15:37:47 -05:00
Oscar Lorentzon
e91af1f310 feat: public api to set data provider
Make it possible to change the underlying
data provider dynamically at runtime.
2022-08-16 12:31:00 -07:00
Oscar Lorentzon
fd5073c1a9 feat: viewer reset example option 2022-06-02 10:51:14 -07:00
Oscar Lorentzon
b7c3547752 chore: add reset example
Make procedural data provider available outside of doc.
2022-05-25 12:19:29 -07:00