pygfx.materials.PointsGaussianBlobMaterial

class pygfx.materials.PointsGaussianBlobMaterial(size=4, size_space='screen', size_mode='uniform', *, color=(1, 1, 1, 1), color_mode='auto', map=None, map_interpolation='linear', aa=True, **kwargs)

Bases: PointsMaterial

A material to render points as Gaussian blobs.

Renders Gaussian blobs with a standard deviation that is 1/6th of the point-size.