tum-pbs / PhiFlow

A differentiable PDE solving framework for machine learning
MIT License
1.47k stars 192 forks source link

PointCloud visualization #25

Closed PhylomatX closed 3 years ago

PhylomatX commented 3 years ago
holl- commented 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

PhylomatX commented 3 years ago