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: PointsMaterial

A material for points, renders Gaussian blobs with a standard deviation of 1/6 of the size.

Examples