pyntcloud
pyntcloud copied to clipboard
Visualize points transparent
Will there be the feature to visualize points transparent?
Hola @walzimmer !
Thanks for commenting.
I think that this is an interesting feature. It is already available with backend="threejs"
and it should be easy to add to backend="pythreejs"
along with an iteractive slider.
The code for adding this would be quite similar to the the point_size
slider but changing opacity
instead of size
:
https://github.com/daavoo/pyntcloud/blob/master/pyntcloud/plot/pythreejs_backend.py#L86