Closed PhylomatX closed 3 years ago
For multi-colored point clouds, you would have to pass a list of PointClouds or functions generating PointClouds.
How about making color
a Tensor
instead?
Then merging clouds boils down to concatenating points, values and colors. Plotting also becomes simpler with less possible errors.
I just pushed support for string tensors: 382b481fe40bab4cd4a54bf55b018122b818b5e2
color
to Tensor