Replies: 1 comment 3 replies
-
By default, You can also look into dataComparator to implement your custom update logic. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vuejs + Pure Js
When I call the function reRenderSlice and pass it a new set of points (newData) - nothing happens. I would like to note that only the position of point z has been changed in the data. That is, the layer is shifted by some value along the axis of Z.
If I reset the data array and then after some time redraw the layer with new data - the layer is drawn correctly (with an offset)
What am I doing wrong? thank you
Beta Was this translation helpful? Give feedback.
All reactions