pyntcloud icon indicating copy to clipboard operation
pyntcloud copied to clipboard

Visualize points transparent

Open walzimmer opened this issue 6 years ago • 1 comments

Will there be the feature to visualize points transparent?

walzimmer avatar Aug 05 '18 18:08 walzimmer

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

daavoo avatar Aug 13 '18 19:08 daavoo