pygfx.materials.GaussianPointsMaterial¶
- class pygfx.materials.GaussianPointsMaterial(color=(1, 1, 1, 1), size=1, color_mode='auto', vertex_sizes=False, map=None, map_interpolation='linear', **kwargs)¶
Bases:
PointsMaterialA material for points, renders Gaussian blobs with a standard deviation of 1/6 of the size.
Examples