Is it possible to render points as spheres? Here's a good example dataset: ```py from pyvista import examples from itkwidgets import view mesh = examples.download_lidar() view(geometries=mesh) ``` <img width="928" alt="Screen Shot 2019-07-26 at 8 17 35 AM" src="https://user-images.githubusercontent.com/22067021/61958068-dcb2f800-af7d-11e9-9164-5e6ae5a0dfcf.png"> if not, this is a feature request
Is it possible to render points as spheres? Here's a good example dataset:
if not, this is a feature request