So the data might look like:
at time 0 : [(8,8,9), (2,4,5), ...]
at time 1 : [(3,5,1), (7,4,3), ...]
...
at time N : ...
I need to visualize these points in a video using Python.
So the data might look like:
at time 0 : [(8,8,9), (2,4,5), ...]
at time 1 : [(3,5,1), (7,4,3), ...]
...
at time N : ...
I need to visualize these points in a video using Python.